Skip to content

Commit

Permalink
fix: browser requires a state and not a package
Browse files Browse the repository at this point in the history
For: #40
  • Loading branch information
ben-grande committed Mar 25, 2024
1 parent cc2d547 commit fb7db5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/browser/install-chromium.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include:
"{{ slsdotpath }}-installed-chromium":
pkg.installed:
- require:
- pkg: {{ slsdotpath }}.install-common
- sls: {{ slsdotpath }}.install-common
- install_recommends: False
- skip_suggestions: True
- pkgs:
Expand Down

0 comments on commit fb7db5d

Please sign in to comment.