Commit 7bb42fb4 authored by James Magnarelli's avatar James Magnarelli Committed by ncanceill
Browse files

Corrected syntax error in github plugin's empty_gh function

parent 6fc241b0
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment