Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing quotes in echo statement #285

Merged
merged 2 commits into from
Jan 30, 2019
Merged
Changes from 1 commit
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
Next Next commit
Fixed missing quotes in echo statement
svalleru committed Jan 18, 2019
commit 13e36e2226afe596c0d97858af34c1cba855c767
2 changes: 1 addition & 1 deletion deployment/redeploy_app.sh
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ if [[ "${MASTER}" != "${KS_MASTER}" ]]; then
echo "Please configure the context to match ks environment ${KS_ENV}"
exit -1
else
echo kubectl context matches ks environment ${KS_ENV}
echo "kubectl context matches ks environment ${KS_ENV}"
fi

# Delete some confimaps so that will get recreated with the new config.