Skip to content

Commit

Permalink
add force and no-wait to destroy-model command
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon committed Nov 19, 2024
1 parent 87cc035 commit 0b3bdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/code/flask/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@ execute: |
flask-hello-world_0.3_$(dpkg --print-architecture).rock rockcraft.yaml app.py \
requirements.txt migrate.py
# Remove the juju model
juju destroy-model flask-hello-world --destroy-storage --no-prompt
juju destroy-model flask-hello-world --destroy-storage --no-prompt --force --no-wait
# [docs:clean-environment-end]

0 comments on commit 0b3bdd6

Please sign in to comment.