You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: app.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ login(config).then(function() {
29
29
30
30
prompt.get([message],function(err,result){
31
31
if(result[message]===config.stack.name){
32
-
constconfirm=newConfirm('The utility will permanently delete all the Content Types and Assets present in the stack that you provide here.Are you sure, you want to continue')
32
+
constconfirm=newConfirm('The utility will delete all the Content Types and Assets present in the stack that you provide here.Are you sure, you want to continue')
0 commit comments