We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b3ae6 commit 6a5db0cCopy full SHA for 6a5db0c
etc/copy-packetline.sh
@@ -87,7 +87,7 @@ function make_header () {
87
endline="$2"
88
89
# shellcheck disable=SC2016 # The backticks are intentionally literal.
90
- printf '//! DO NOT EDIT - this is a copy of %s. Run `just copy-packetline` to update it.%s%s' \
+ printf '// DO NOT EDIT - this is a copy of %s. Run `just copy-packetline` to update it.%s%s' \
91
"$source_file" "$endline" "$endline"
92
}
93
0 commit comments