Skip to content

Commit e5b7ab5

Browse files
committed
fix depenencies check detection
1 parent 0499ee7 commit e5b7ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/omnipackage_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def check_system_packages!
3232
else
3333
[b, "#{b} --version"]
3434
end
35-
raise "please install #{name}" unless system("#{cmd} &> /dev/null")
35+
raise "please install #{name}" unless system(cmd)
3636
end
3737
end
3838
end

0 commit comments

Comments
 (0)