Skip to content

Commit

Permalink
Rename force flag for cleanup command
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jan 19, 2022
1 parent 29f6d8a commit 68a1497
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion cmd/stratus/cleanup_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func buildCleanupCmd() *cobra.Command {
}
},
}
cleanupCmd.Flags().BoolVarP(&forceCleanup, "forceCleanup", "f", false, "Force cleanup even if the technique is already COLD")
cleanupCmd.Flags().BoolVarP(&forceCleanup, "force", "f", false, "Force cleanup even if the technique is already COLD")
return cleanupCmd
}

Expand Down
54 changes: 0 additions & 54 deletions internal/attacktechniques/aws/exfiltration/ebs_direct_api/main.go

This file was deleted.

40 changes: 0 additions & 40 deletions internal/attacktechniques/aws/exfiltration/ebs_direct_api/main.tf

This file was deleted.

0 comments on commit 68a1497

Please sign in to comment.