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:
Luigi Pinca
2022-09-16 15:28:04 +02:00
committed by GitHub
parent 85b46e1cab
commit 5d92ddc8b1

View File

@@ -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/