Skip to content

Commit

Permalink
style: use /usr/bin/env for shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh authored Oct 2, 2023
1 parent 154f6d1 commit 852fea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/ublue-update.d/user/20-brew-update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

if command -v brew; then
brew update
Expand Down

0 comments on commit 852fea3

Please sign in to comment.