summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2015-01-29 12:49:01 +0100
committerChristoph Kluenter <ckluente@thoughtworks.com>2015-01-29 12:49:01 +0100
commit9748a581874e519afb952203f0d25280ebcca735 (patch)
tree1a5f7bec9ffa14cca67f8ff558fd779aeee7b865 /Vagrantfile
parent1ce785f50178c185e11a27b3462be340b58fe8f4 (diff)
fix typo
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 1cd18076..fc4963b0 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -52,7 +52,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
config.vm.define "hackday", autostart: false do |hackday|
- config.vm.box = "hackaday-pixelated-user-agent"
+ config.vm.box = "hackday-pixelated-user-agent"
end