From 97149eee070251e1208aad1728fb15ad69ef375e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Nov 22 2016 16:48:29 +0000 Subject: atomic: fix name in vagrant instructions --- diff --git a/getfedora.org/data/content/atomic/download/index.html b/getfedora.org/data/content/atomic/download/index.html index efac7e2..e1cfe55 100644 --- a/getfedora.org/data/content/atomic/download/index.html +++ b/getfedora.org/data/content/atomic/download/index.html @@ -264,7 +264,7 @@

${_('Vagrant Downloads using Vagrant tools')}

${Markup(_('You can use the following command to grab the Vagrant Box images from <a href="%s">HashiCorp\'s Atlas</a>.') % ('https://atlas.hashicorp.com/fedora'))}

-
vagrant box add fedora/${global_variables.release['curr_atomic_id']}
+
vagrant box add fedora/${global_variables.release['curr_atomic_id']}-atomic-host

${Markup(_('If you\'ve previously run Fedora %s Atomic Host in Vagrant on your machine then you can get the latest version by running:')) % {'rel':global_variables.release['curr_atomic_id']}}

vagrant box update --box=fedora/${global_variables.release['curr_atomic_id']}-atomic-host