Skip to content

Commit

Permalink
@trivial fix delete message
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Feb 14, 2020
1 parent cfcdade commit 2a05b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/app/delete/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DeleteActionCommand extends BaseCommand {
'action-name': args['action-name']
})

this.log('✔ An action was deleted locally, run `aio app deploy -a` to sync your current actions deployment')
this.log('✔ An action was deleted locally, run `aio app deploy --skip-static` to sync your current actions deployment')

return res
}
Expand Down
2 changes: 1 addition & 1 deletion src/commands/app/delete/web-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DeleteWebAssetsCommand extends BaseCommand {
'skip-prompt': flags.yes
})

this.log('✔ Web assets deleted locally, run `aio app undeploy -s` to delete deployed web assets for the current app version')
this.log('✔ Web assets deleted locally, run `aio app undeploy --skip-actions` to delete deployed web assets for the current app version')

return res
}
Expand Down

0 comments on commit 2a05b9e

Please sign in to comment.