We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819a8a0 commit 7391ce9Copy full SHA for 7391ce9
cmd/root.go
@@ -158,7 +158,7 @@ func derivePrivateParentUniqId(name string) (string, error) {
158
return privateParentUniqId, nil
159
}
160
161
-func dialoagDesctructiveConfirmProceed() (proceed bool) {
+func dialogDesctructiveConfirmProceed() (proceed bool) {
162
163
var haveConfirmationAnswer bool
164
utils.PrintTeal("Tip: Avoid future confirmations by passing --force\n\n")
0 commit comments