From: Victor Julien Date: Mon, 8 May 2023 09:44:10 +0000 (+0200) Subject: scripts: fix bundle script spelling X-Git-Tag: suricata-7.0.0-rc2~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e5e9a289bb090f430fcf3bd6dabbe78f442866f;p=thirdparty%2Fsuricata.git scripts: fix bundle script spelling Thanks to Josh Soref. --- diff --git a/scripts/bundle.sh b/scripts/bundle.sh index ac4c174588..aabd728d3d 100755 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -32,7 +32,7 @@ DESTDIR=${DESTDIR:-.} what="$1" # Transforms a branch name in the form of "pr/" or -# "mr/" into a proper ref for GitHub or Gitlab. +# "mr/" into a proper ref for GitHub or GitLab. transform_branch() { pr=$(echo "${1}" | sed -n 's/^pr\/\([[:digit:]]\+\)$/\1/p') if [ "${pr}" ]; then