Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

Commit b5dcab9

Browse files
authored
variable fuckery
1 parent 1568d90 commit b5dcab9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azule-functions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
export AZULE=~/Azule
55

66
# Add azule commands to PATH
7-
if [ -d "$HOME/Azule" ] ; then
8-
PATH="$HOME/Azule:$PATH"
7+
if [ -d "$AZULE" ] ; then
8+
PATH="$AZULE:$PATH"
99
fi
1010

1111
function setup-azule() {

0 commit comments

Comments
 (0)