Fix conditional
This commit is contained in:
parent
0bbf95c645
commit
3907da8bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
# Add user's fork as a remote
|
||||
GIT_USER=$(git config user.name)
|
||||
if [ ! git remote | grep -q "fork" ]; then
|
||||
if ! git remote | grep -q "fork"; then
|
||||
git remote add fork https://github.com/${GIT_USER}/flask
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue