Skip to content

Commit

Permalink
Merge pull request #90 from StackVista/stac-0-drop-incompatble-flag
Browse files Browse the repository at this point in the history
STAC-0: Drop incompatble -q flag
  • Loading branch information
craffit authored Dec 27, 2024
2 parents 1472f5b + 7e6525a commit c5f07c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/installers/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [[ -n "${STS_URL}" && -n "${STS_API_TOKEN}" ]]; then
${TARGET_CLI_PATH}/sts context save --url ${STS_URL} --api-token ${STS_API_TOKEN}
fi

if [ "$(whereis -q sts)" == "" ]; then
if [ "$(whereis sts)" == "" ]; then
printf "${RED}[WARNING]${NO_COLOR} Can not find 'sts' on the PATH or execute it. Consider adding the directory to your PATH: PATH=\"\$PATH:${TARGET_CLI_PATH}\"\n"
printf "Type ${GREEN}${TARGET_CLI_PATH}/sts${NO_COLOR} to get started!\n"
else
Expand Down

0 comments on commit c5f07c5

Please sign in to comment.