Skip to content

Commit 42acfbf

Browse files
fix: update base dir
1 parent d0ce9fd commit 42acfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
# Shell script to update npm in the source tree to a specific version
44

5-
BASE_DIR=$(cd "$(dirname "$0")/.." && pwd)
5+
BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
66
DEPS_DIR="$BASE_DIR/deps"
77
NPM_VERSION=$1
88

0 commit comments

Comments
 (0)