Skip to content

Commit

Permalink
upgrade warning to error
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Oct 18, 2024
1 parent 4d79738 commit d1af4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/navbar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
} else {
if ! $navbar_items and ! $helpbar_items {
warning('Open OnDemand has an empty navigation bar!')
err('Open OnDemand has an empty navigation bar!')
}
$_content = {
nav_bar => pick($navbar_items, []),
Expand Down

0 comments on commit d1af4b7

Please sign in to comment.