Skip to content

Commit

Permalink
Corrected syntax error in github plugin's empty_gh function
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagnarelli authored and ncanceill committed May 28, 2014
1 parent 6fc241b commit 7bb42fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/github/github.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7bb42fb

Please sign in to comment.