Skip to content

Commit

Permalink
remove dulicate line from inspec
Browse files Browse the repository at this point in the history
Signed-off-by: swati keshari <swatikeshari4@gmail.com>
  • Loading branch information
Swatu15 committed Sep 3, 2021
1 parent f763f5c commit bcfdf17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/software/inspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
bundle "config set --local without test integration tools maintenance", env: env
bundle "install", env: env

gem "build inspec.gemspec", env: env
gem "build inspec.gemspec", env: env
gem "install inspec-*.gem" \
" --no-document", env: env
Expand Down
4 changes: 3 additions & 1 deletion config/software/rbnacl-libsodium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

name "rbnacl-libsodium"
default_version "1.0.11"
relative_path "rbnacl-libsodium-1.0.11"
relative_path "rbnacl-libsodium"

# versions_list: https://github.com/cryptosphere/rbnacl-libsodium/tags filter=*.tar.gz

source git: "https://github.com/cryptosphere/rbnacl-libsodium.git"

Expand Down

0 comments on commit bcfdf17

Please sign in to comment.