浏览代码

Corrected syntax error in github plugin's empty_gh function

James Magnarelli 12 年之前
父节点
当前提交
7bb42fb49a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/github/github.plugin.zsh

+ 1 - 1
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"