Skip to content

Commit

Permalink
tools: fix typo in update-nghttp2.sh
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#44664
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
lpinca authored and guangwong committed Jan 3, 2023
1 parent 3467ef3 commit fb9ba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-nghttp2.sh
@@ -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/
Expand Down

0 comments on commit fb9ba7d

Please sign in to comment.