Skip to content

Commit c5f07c5

Browse files
authored
Merge pull request #90 from StackVista/stac-0-drop-incompatble-flag
STAC-0: Drop incompatble -q flag
2 parents 1472f5b + 7e6525a commit c5f07c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish/installers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if [[ -n "${STS_URL}" && -n "${STS_API_TOKEN}" ]]; then
8080
${TARGET_CLI_PATH}/sts context save --url ${STS_URL} --api-token ${STS_API_TOKEN}
8181
fi
8282

83-
if [ "$(whereis -q sts)" == "" ]; then
83+
if [ "$(whereis sts)" == "" ]; then
8484
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"
8585
printf "Type ${GREEN}${TARGET_CLI_PATH}/sts${NO_COLOR} to get started!\n"
8686
else

0 commit comments

Comments
 (0)