Browse Source

Remove unused variable

umbrel-beta
Luke Childs 5 years ago
parent
commit
843fa9c15c
  1. 1
      umbrel-dev

1
umbrel-dev

@ -58,7 +58,6 @@ destroy() {
# Run a command inside the development VM
run() {
command=$1
vagrant ssh -c "cd /vagrant/getumbrel/umbrel && $1"
}

Loading…
Cancel
Save