Commit 52e9be8a authored by brawn's avatar brawn Committed by GitHub

Typo fix Update build-legacy-cannons.sh (#12955)

Fix typo in build script comment for clarity
parent c4a44c97
...@@ -3,7 +3,7 @@ set -euo pipefail ...@@ -3,7 +3,7 @@ set -euo pipefail
SCRIPTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) SCRIPTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# This script builds a version of the cannon executable that includes support for both current and legacy state versions. # This script builds a version of the cannon executable that includes support for both current and legacy state versions.
# Each cannon release is built # Each cannon release is built separately.
TMP_DIR=$(mktemp -d) TMP_DIR=$(mktemp -d)
function cleanup() { function cleanup() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment