Skip to content

Commit

Permalink
fix(installer): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubl authored May 15, 2024
1 parent 4d73d40 commit ba5102f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuvlaedge-installer/commands/nuvlaedge-install
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
if [[ ! -z ${target_version} ]] && [[ "${target_version}" != "master" ]] && [[ "${target_version}" != "main" ]]
then
# First, try downloading compose files from Nuvla
nuvlaedge-printer "Downloading compose files ${compose_files} from Nuvla for version ${target_version}" "INFO" "no"
nuvlaedge-printer "Downloading compose files ${compose_files} from Nuvla for version ${target_version}" ${quiet} "INFO" "no"

download=$(nuvlaedge-download-nuvla-configs "${compose_files}" "${save_dir}" "${target_version}" 2>&1)

Expand Down
2 changes: 1 addition & 1 deletion nuvlaedge-installer/commands/nuvlaedge-update
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ then
fi

# First, try downloading config files from Nuvla
nuvlaedge-printer "Downloading compose files ${compose_files} from Nuvla for version ${target_version}" "INFO" "no"
nuvlaedge-printer "Downloading compose files ${compose_files} from Nuvla for version ${target_version}" ${quiet} "INFO" "no"
download=$(nuvlaedge-download-nuvla-configs "${compose_files}" "${working_dir}" "${target_version}" 2>&1)

# If fails, try Github release assets
Expand Down

0 comments on commit ba5102f

Please sign in to comment.