Skip to content

Commit

Permalink
Merge pull request #539 from bdunne/morphy_env
Browse files Browse the repository at this point in the history
[morphy] env is not defined in this version
  • Loading branch information
Fryguy authored Jan 14, 2025
2 parents b66f923 + e624bf1 commit eb7104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/rpm_build/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def where_am_i

def shell_cmd(cmd)
puts "\n ---> #{cmd}".yellow.bold
exit($?.exitstatus || 1) unless system(env, cmd.to_s)
exit($?.exitstatus || 1) unless system(cmd.to_s)
end
end
end
Expand Down

0 comments on commit eb7104a

Please sign in to comment.