spelling: vagrant

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-12 08:42:02 -05:00
parent a3af1ffc32
commit 0958d94791
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
SHELL
config.vm.provision "record basic usage", type: "shell", inline: <<-SHELL
# `rm` below allows quick re-exec via:
# vagrant vagrant provision --provision-with "record basic usage"
# vagrant provision --provision-with "record basic usage"
# this is useful when testing changes
rm -r /media/backup/borgdemo || true
rm -r ~/.ssh/ || true