diff --git a/tools/dep_updaters/update-nghttp3.sh b/tools/dep_updaters/update-nghttp3.sh index 181ff6160408a2..cc140969778d03 100755 --- a/tools/dep_updaters/update-nghttp3.sh +++ b/tools/dep_updaters/update-nghttp3.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -# Shell script to update http3 in the source tree to a specific version +# Shell script to update nghttp3 in the source tree to a specific version BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd) DEPS_DIR="$BASE_DIR/deps"