Skip to content
Snippets Groups Projects
Commit 711f8566 authored by Philip Karpiak's avatar Philip Karpiak
Browse files

Ensure 'cd gitlab' is done in current directory

For some reason tmux cannot find the gitlab directory without explicitly prepending the current directory
parent 14045cf2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e # exit on uncaught failure set -e # exit on uncaught failure
remote_name=upstream remote_name=upstream
cd gitlab cd ./gitlab
if git remote | grep -q '^upstream$' ; then if git remote | grep -q '^upstream$' ; then
echo "Remote '${remote_name}' already exists in $(pwd). Exiting." echo "Remote '${remote_name}' already exists in $(pwd). Exiting."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment