Skip to content

Commit

Permalink
fix(template.json): run git commands from proj directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 19, 2017
1 parent be0fafa commit b31c4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
{ "PROJECT-README": "README.md" },
{ "PROJECT-LICENSE": "LICENSE.md" }
],
"complete": "git remote rename origin skeleton && git checkout -b --squash master"
"complete": "cd {{ name }} && git remote rename origin skeleton && git checkout -b --squash master"
}

0 comments on commit b31c4cc

Please sign in to comment.