Skip to content

Commit

Permalink
fix(template.json): remove --squash
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 19, 2017
1 parent b31c4cc commit 4ec765b
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": "cd {{ name }} && git remote rename origin skeleton && git checkout -b --squash master"
"complete": "cd {{ name }} && git remote rename origin skeleton && git checkout -b master"
}

0 comments on commit 4ec765b

Please sign in to comment.