Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Dec 13, 2024
1 parent ddeefb7 commit bddce79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/vagrant/docker/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ tag=''
use_default_disk=false
dev_mode=false

install_type = "docker"
install_type = 'docker'

opts = GetoptLong.new(
[ '--orthanc', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--dev', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--smaller-disk', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--docker', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--systemd', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--dev-tag', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--no-provision', GetoptLong::OPTIONAL_ARGUMENT ]
)
Expand Down
1 change: 1 addition & 0 deletions addons/vagrant/systemd/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ opts = GetoptLong.new(
[ '--dev', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--smaller-disk', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--docker', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--systemd', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--dev-tag', GetoptLong::OPTIONAL_ARGUMENT ],
[ '--no-provision', GetoptLong::OPTIONAL_ARGUMENT ]
)
Expand Down

0 comments on commit bddce79

Please sign in to comment.