Skip to content

Commit 6890582

Browse files
Fix whitespace.
1 parent 9100ff8 commit 6890582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
3131
3232
# Install nomad-0.11.3
3333
if [ ! -f "/usr/bin/nomad" ]; then
34-
wget --quiet https://releases.hashicorp.com/nomad/0.11.3/nomad_0.11.3_linux_amd64.zip
34+
wget --quiet https://releases.hashicorp.com/nomad/0.11.3/nomad_0.11.3_linux_amd64.zip
3535
unzip nomad_0.11.3_linux_amd64.zip -d /usr/bin
3636
chmod +x /usr/bin/nomad
3737
rm -f nomad_0.11.3_linux_amd64.zip

0 commit comments

Comments
 (0)