Skip to content

Commit

Permalink
Add space after source (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
khash authored Jan 28, 2022
1 parent fdc57bc commit 67e3d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ ops_link() {
SHELLTYPE="$(basename "/$SHELL")"

if [ "$SHELLTYPE" = "zsh" ]; then
SOURCE_STR="# OPS config\nexport OPS_DIR=\"\$HOME/.ops\"\nexport PATH=\"\$HOME/.ops/bin:\$PATH\"\nsource\"\$HOME/.ops/scripts/bash_completion.sh\"\nautoload bashcompinit\n"
SOURCE_STR="# OPS config\nexport OPS_DIR=\"\$HOME/.ops\"\nexport PATH=\"\$HOME/.ops/bin:\$PATH\"\nsource \"\$HOME/.ops/scripts/bash_completion.sh\"\nautoload bashcompinit\n"
else
SOURCE_STR="# OPS config\nexport OPS_DIR=\"\$HOME/.ops\"\nexport PATH=\"\$HOME/.ops/bin:\$PATH\"\nsource\"\$HOME/.ops/scripts/bash_completion.sh\"\n"
SOURCE_STR="# OPS config\nexport OPS_DIR=\"\$HOME/.ops\"\nexport PATH=\"\$HOME/.ops/bin:\$PATH\"\nsource \"\$HOME/.ops/scripts/bash_completion.sh\"\n"
fi

echo "------------- ${OPS_PROFILE}"
Expand Down

0 comments on commit 67e3d03

Please sign in to comment.