Skip to content

Commit

Permalink
Exit when the dependency graph is unsatisfiable
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 11, 2023
1 parent bd84953 commit a4acb62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppet/check_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,6 @@ rescue SemanticPuppet::Dependency::UnsatisfiableGraph => e
end
end
end

exit 3
end

0 comments on commit a4acb62

Please sign in to comment.