lib/neetob/cli/github/bundle_audit.rb in neetob-0.5.19 vs lib/neetob/cli/github/bundle_audit.rb in neetob-0.5.20
- old
+ new
@@ -37,10 +37,10 @@
end
private
def run_bundle_audit(repo)
- `#{cd_to_repo(repo)} & rbenv local 3.3.5 & bundle-audit check`
+ `#{cd_to_repo(repo)} && rbenv local 3.3.5 && bundle-audit check`
end
end
end
end
end