0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Corrected syntax error in github plugin's empty_gh function

This commit is contained in:
James Magnarelli 2012-12-29 21:32:00 -05:00 committed by ncanceill
parent 6fc241b0d2
commit 7bb42fb49a

View file

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