From 66f66c6a215e492e64e2afc4901bac3bf14d785e Mon Sep 17 00:00:00 2001 From: Marcin exine Merda Date: Thu, 10 Oct 2013 00:17:15 +0200 Subject: [PATCH] Fixed github plugin's empty_gh function --- plugins/github/github.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github/github.plugin.zsh b/plugins/github/github.plugin.zsh index 66a10cfdb..7d89ba4f4 100644 --- a/plugins/github/github.plugin.zsh +++ b/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"