summaryrefslogtreecommitdiffstats
path: root/tools/ko-release-push
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ko-release-push')
-rwxr-xr-xtools/ko-release-push2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ko-release-push b/tools/ko-release-push
index f08954fc1..ef16fce97 100755
--- a/tools/ko-release-push
+++ b/tools/ko-release-push
@@ -26,7 +26,7 @@ DISTDIR="${BASEDIR}/v${VERSION_MAJOR}"
KO_DIR="/pub/linux/utils/util-linux/v${VERSION_MAJOR}"
-function die {
+die() {
echo $1
exit 1
}