Skip to content

Commit

Permalink
fix(tests): change branch from develop to master
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Oct 24, 2019
1 parent 1321c2e commit e0276e9
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') == 'develop' ? 'Fluorine' : input('salt_version')
salt_version = input('salt_version') == 'master' ? 'Fluorine' : input('salt_version')
python_version = input('py_version') == '3' ? '3' : '2'

control 'salt call' do
Expand Down

0 comments on commit e0276e9

Please sign in to comment.