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: #44664
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
lpinca authored and RafaelGSS committed Sep 26, 2022
1 parent 0df181a commit ef0dc47
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 ef0dc47

Please sign in to comment.