Current section
Files
Jump to
Current section
Files
strategies/erlang-show-relup
#!/usr/bin/env bash
REQUIRED_CONFIGS+=("RELEASE_FILE")
run() {
get_relup_content_from_upgrade "$RELEASE_FILE"
}