mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +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
|
SHELL
|
||||||
config.vm.provision "record basic usage", type: "shell", inline: <<-SHELL
|
config.vm.provision "record basic usage", type: "shell", inline: <<-SHELL
|
||||||
# `rm` below allows quick re-exec via:
|
# `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
|
# this is useful when testing changes
|
||||||
rm -r /media/backup/borgdemo || true
|
rm -r /media/backup/borgdemo || true
|
||||||
rm -r ~/.ssh/ || true
|
rm -r ~/.ssh/ || true
|
||||||
|
|
Loading…
Reference in a new issue