Skip to content

Commit

Permalink
change default dir for collapse to pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
johnswanson committed Jul 13, 2018
1 parent 31c0c3d commit 0affa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/collapse.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func newCollapseCommand() *cobra.Command {
Short: "Collapse your CircleCI configuration to a single file",
RunE: collapse,
}
collapseCommand.Flags().StringVarP(&root, "root", "r", ".circleci", "path to your configuration (default is .circleci)")
collapseCommand.Flags().StringVarP(&root, "root", "r", ".", "path to your configuration (default is current path)")

return collapseCommand
}
Expand Down

0 comments on commit 0affa63

Please sign in to comment.