Fix gh commands

This commit is contained in:
ViViDboarder 2017-08-30 16:56:20 -07:00
parent 285e21a2ee
commit e6019c238b
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ if [[ "$1" == "" ]]; then
echo "This function will convert the URL into an ssh url and"
echo "then it will execute git pull --edit --no-ff to merge."
return
exit 1
fi
# Expects $* to be in the form of htts://github.com/user/repo branch

View File

@ -15,7 +15,7 @@ if [[ "$1" == "" ]]; then
echo "This function will fetch and clone the pull request as"
echo "a branch."
return
exit 1
elif [[ "$2" == "" ]]; then
# No remote was supplied
PRNUM="$1"