From 0c338c0ae1a0cf65ff0e255cc5810964b432c95e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Nov 22 2016 17:51:13 +0000 Subject: atomic: fix variable reference --- diff --git a/getfedora.org/data/content/atomic/download/index.html b/getfedora.org/data/content/atomic/download/index.html index 32bb98b..c12d9f6 100644 --- a/getfedora.org/data/content/atomic/download/index.html +++ b/getfedora.org/data/content/atomic/download/index.html @@ -265,7 +265,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']}-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']}}

+

${Markup(_('If you\'ve previously run Fedora %(rel)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