Fixed github plugin's empty_gh function

This commit is contained in:
Marcin exine Merda 2013-10-10 00:17:15 +02:00
commit 66f66c6a21

View file

@ -40,7 +40,7 @@ fi
#
# Use this when creating a new repo from scratch.
empty_gh() { # [NAME_OF_REPO]
repo = $1
repo="$1"
ghuser=$( git config github.user )
mkdir "$repo"