Skip to content

Commit

Permalink
Add default repository to template pull
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed Feb 2, 2018
1 parent 5230301 commit a81705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/template_pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Currently supported verbs: %v`, supportedVerbs)
}

func runTemplatePull(cmd *cobra.Command, args []string) {
repository := ""
repository := DefaultTemplateRepository
if len(args) > 1 {
repository = args[1]
}
Expand Down

0 comments on commit a81705b

Please sign in to comment.