Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix: use proper remote name default
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Wolf authored and KnisterPeter committed Aug 11, 2017
1 parent 566d82e commit 7dec182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"github.remoteName": {
"type": "string",
"description": "Defines the name of the git remote. Defaults to 'origin'."
"description": "Defines the name of the git remote. Defaults to 'origin'.",
"default": "origin"
},
"github.upstream": {
"type": "string",
Expand Down

0 comments on commit 7dec182

Please sign in to comment.