Skip to content

Commit

Permalink
docs: fix typo in colima.yaml (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-segard authored Sep 26, 2023
1 parent 1c0c838 commit b81f871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedded/defaults/colima.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ layer: false
# Custom provision scripts for the virtual machine.
# Provisioning scripts are executed on startup and therefore needs to be idempotent.
#
# EXAMPLE - script exected as root
# EXAMPLE - script executed as root
# provision:
# - mode: system
# script: apk add htop vim
#
# EXAMPLE - script exected as user
# EXAMPLE - script executed as user
# provision:
# - mode: user
# script: |
Expand Down

0 comments on commit b81f871

Please sign in to comment.