Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed Apr 4, 2024
1 parent 3d5d14f commit 2c7cf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aem/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (c *CLI) contentPullCmd() *cobra.Command {
cmd.Flags().StringP("filter-file", "f", "", "Vault filter file path")
cmd.MarkFlagsMutuallyExclusive("filter-roots", "filter-file")
cmd.Flags().Bool("clean", false, "Normalize content after downloading")
cmd.Flags().Bool("replace", true, "Replace content after downloading")
cmd.Flags().Bool("replace", false, "Replace content after downloading")
return cmd
}

Expand Down

0 comments on commit 2c7cf73

Please sign in to comment.