Skip to content

Commit

Permalink
bug fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb31 committed Dec 24, 2017
1 parent 66fd8ce commit a8b0039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ var cfgDomain, cfgPermutationsFile string
func setFlags() {
certstreamCmd.PersistentFlags().StringVar(&cfgPermutationsFile, "permutations", "./permutations.json", "Permutations file location")

manualCmd.PersistentFlags().StringVar(&cfgDomain, "domain", "", "Domain to enumerate s3 bucks with")
manualCmd.PersistentFlags().StringVar(&cfgDomain, "domain", "", "Domain to enumerate s3 buckets with")
manualCmd.PersistentFlags().StringVar(&cfgPermutationsFile, "permutations", "./permutations.json", "Permutations file location")
}

Expand Down

0 comments on commit a8b0039

Please sign in to comment.