Skip to content

Commit 7391ce9

Browse files
committed
missed the func dec
1 parent 819a8a0 commit 7391ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func derivePrivateParentUniqId(name string) (string, error) {
158158
return privateParentUniqId, nil
159159
}
160160

161-
func dialoagDesctructiveConfirmProceed() (proceed bool) {
161+
func dialogDesctructiveConfirmProceed() (proceed bool) {
162162

163163
var haveConfirmationAnswer bool
164164
utils.PrintTeal("Tip: Avoid future confirmations by passing --force\n\n")

0 commit comments

Comments
 (0)