Skip to content

Commit

Permalink
test(salt_pkgs): update master to Neon
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 20, 2020
1 parent dcef1d8 commit 9ea4d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/controls/salt_pkgs.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
salt_version = input('salt_version') == 'master' ? 'Fluorine' : input('salt_version')
salt_version = input('salt_version') == 'master' ? 'Neon' : input('salt_version')
python_version = input('py_version') == '3' ? '3' : '2'

control 'salt call' do
Expand Down

0 comments on commit 9ea4d0a

Please sign in to comment.