Skip to content

Commit

Permalink
fix(Mac): add homebrew to path
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic authored Sep 9, 2024
1 parent 0b15ace commit 500e556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeUI.Desktop/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>LSEnvironment</key>
<dict>
<key>PATH</key>
<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:</string>
<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/homebrew/bin</string>
</dict>
</dict>
</plist>

0 comments on commit 500e556

Please sign in to comment.