Skip to content

Commit

Permalink
Update project_extension.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkb7 authored Sep 24, 2024
1 parent a61b1f9 commit 2bdc24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/lib/project_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def ddwcssign(file)
sleep(delay)
retry
end
raise "Failed to sign with dd-wcs"
raise "Failed to sign with dd-wcs: #{e.message}"
end
end

Expand Down

0 comments on commit 2bdc24b

Please sign in to comment.