Skip to content

Commit

Permalink
fix(docs): drop "--edge" from rockcraft install instructions (#406)
Browse files Browse the repository at this point in the history
Fixes #404
  • Loading branch information
tigarmo authored Nov 8, 2023
1 parent fdf832e commit 8509403
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/code/get-started/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ execute: |
# [docs:lxd-init-end]
# [docs:install-rockcraft]
sudo snap install rockcraft --channel=latest/edge --classic
sudo snap install rockcraft --classic
# [docs:install-rockcraft-end]
# [docs:rockcraft-version]
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/code/chisel/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ summary: test for the "Install packages slices into a ROCK" tutorial

execute: |
# [docs:install-rockcraft]
snap install rockcraft --classic --edge
snap install rockcraft --classic
# [docs:install-rockcraft-end]
# [docs:build-rock]
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/code/hello-world/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ summary: hello world tutorial
execute: |
date
# [docs:install-rockcraft]
sudo snap install rockcraft --classic --edge
sudo snap install rockcraft --classic
# [docs:install-rockcraft-end]
# [docs:build-rock]
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/code/migrate-to-chiselled-rock/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ summary: docker image migration tutorial
execute: |
date
sudo snap install rockcraft --classic --edge
sudo snap install rockcraft --classic
# docker snap can only access its own snap folder and $HOME
# so we need to run the build from someplace else
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/code/node-app/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: nodejs tutorial

execute: |
# [docs:install-rockcraft]
sudo snap install rockcraft --classic --edge
sudo snap install rockcraft --classic
# [docs:install-rockcraft-end]
# [docs:build-rock]
Expand Down

0 comments on commit 8509403

Please sign in to comment.