Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: fix typo in update-nghttp2.sh
  • Loading branch information
lpinca committed Sep 15, 2022
commit d747a133edae22dc6bb89180f1a709f9df477023
2 changes: 1 addition & 1 deletion tools/update-nghttp2.sh
Original file line number Diff line number Diff line change
@@ -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