Fix shell completion in run.sh

pull/115/head
Muhammad Atif Ali 2 years ago
parent 268bfe4fb1
commit ac9afb29be

@ -106,4 +106,4 @@ if [ "$SHELLNAME" == "bash" ] || [ "$SHELLNAME" == "zsh" ]; then
if ! grep -q "source $HOME/.jfrog/jfrog_$${SHELLNAME}_completion" ~/.$${SHELLNAME}rc; then
echo "source $HOME/.jfrog/jfrog_$${SHELLNAME}_completion" >> ~/.$${SHELLNAME}rc
fi
fi
fi

Loading…
Cancel
Save