Skip to content

Commit

Permalink
(SIMP-3784) Fix inspec copy (#52)
Browse files Browse the repository at this point in the history
Introduced an error in the last update with InSpec dependency copying
  • Loading branch information
trevor-vaughan authored Sep 26, 2017
1 parent 8e17642 commit e2f3065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/simp/beaker_helpers/inspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def initialize(sut, profile)
copy_to(@sut, local_profile, @profile_dir)

if File.exist?(local_deps)
copy_to(@sut, local_deps, @test_dir)
copy_to(@sut, local_deps, @deps_root)
end

# The results of the inspec scan in Hash form
Expand Down
2 changes: 1 addition & 1 deletion lib/simp/beaker_helpers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Simp; end

module Simp::BeakerHelpers
VERSION = '1.8.4'
VERSION = '1.8.5'
end

0 comments on commit e2f3065

Please sign in to comment.