Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/airgap/harness-airgap-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function show_help {
echo " -d <tgz_directory> The directory containing .tgz files to process (optional if -f is provided)."
echo " -D Enable debug mode for detailed logging."
echo " -c Enable cleanup after script execution."
echo " -e Create ECR repository before pushing image. Please run `aws configure` before using this option and export ECR_NAMESPACE and AWS_REGION environment variables"
echo " -e Create ECR repository before pushing image. Please run \`aws configure\` before using this option and export ECR_NAMESPACE and AWS_REGION environment variables"
exit 1
}

Expand Down