Skip to content

Commit

Permalink
fix: Env - hardcode path
Browse files Browse the repository at this point in the history
prevent issue with npm symlink
  • Loading branch information
vio committed Oct 28, 2020
1 parent f4dadb9 commit fca8b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jetpack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DIRNAME=$(dirname $0)
DIRNAME='node_modules/@moonwalker/jetpack/bin'

# Load env vars
source "${DIRNAME}/env.sh"
Expand Down

0 comments on commit fca8b73

Please sign in to comment.