mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
spelling: vagrant
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a3af1ffc32
commit
0958d94791
1 changed files with 1 additions and 1 deletions
2
docs/misc/asciinema/Vagrantfile
vendored
2
docs/misc/asciinema/Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue