Browse Source

spelling: vagrant

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref 2 years ago
parent
commit
0958d94791
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/misc/asciinema/Vagrantfile

+ 1 - 1
docs/misc/asciinema/Vagrantfile

@@ -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