Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 2b60373

Browse files
made changes in warning message
1 parent 2025c68 commit 2b60373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ login(config).then(function() {
2929

3030
prompt.get([message], function(err, result) {
3131
if (result[message] === config.stack.name) {
32-
const confirm = new Confirm('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+
const confirm = new Confirm('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')
3333
confirm
3434
.run()
3535
.then(function(answer) {

0 commit comments

Comments
 (0)