mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: fix typo in update-nghttp2.sh
PR-URL: https://github.com/nodejs/node/pull/44664 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
# Shell script to update nghttp2 in the source treee to specific version
|
||||
# Shell script to update nghttp2 in the source tree to specific version
|
||||
|
||||
BASE_DIR="$( pwd )"/
|
||||
DEPS_DIR="$BASE_DIR"deps/
|
||||
|
||||
Reference in New Issue
Block a user