Skip to content

Commit

Permalink
Fix trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon authored Oct 30, 2024
1 parent 81377c0 commit b98a43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/code/flask/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ execute: |
cat greeting_app.py > app.py
sed -i "s/version: .*/version: 0.2/g" rockcraft.yaml
rockcraft pack
# [docs:docker-update]
rockcraft.skopeo --insecure-policy copy --dest-tls-verify=false \
oci-archive:flask-hello-world_0.2_amd64.rock \
Expand All @@ -114,7 +114,7 @@ execute: |
cat visitors_app.py > app.py
sed -i "s/version: .*/version: 0.3/g" rockcraft.yaml
rockcraft pack

# [docs:docker-2nd-update]
rockcraft.skopeo --insecure-policy copy --dest-tls-verify=false \
oci-archive:flask-hello-world_0.3_amd64.rock \
Expand Down

0 comments on commit b98a43a

Please sign in to comment.