Skip to content

Commit

Permalink
doc: Add DIRNAME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Oct 28, 2020
1 parent 61811d7 commit f17871c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/jetpack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

DIRNAME='node_modules/@moonwalker/jetpack/bin'
# Hardcode path to workaround npm bin symlink
DIRNAME="node_modules/@moonwalker/jetpack/bin"

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

0 comments on commit f17871c

Please sign in to comment.