Skip to content

Commit

Permalink
Merge pull request #1253 from johnduarte/fix-file-exists
Browse files Browse the repository at this point in the history
(maint) Acceptance - fix File.exists? in Rakefile
  • Loading branch information
joshcooper committed Jan 12, 2016
2 parents 6738577 + 0a2b068 commit 4c66afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ EOS
tests_opt = "--tests=#{tests}" if tests

target = ENV['TEST_TARGET']
if config and File.exists(config)
if config and File.exists?(config)
config_opt = "--hosts=#{config}"
elsif target
cli = BeakerHostGenerator::CLI.new([target, '--disable-default-role', '--osinfo-version', '1'])
Expand Down

0 comments on commit 4c66afc

Please sign in to comment.