Corrected syntax error in github plugin's empty_gh function

master
James Magnarelli 14 years ago committed by ncanceill
parent 6fc241b0d2
commit 7bb42fb49a
  1. 2
      plugins/github/github.plugin.zsh

@ -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"

Loading…
Cancel
Save