From e5f88c31fa99a82f65c5c32ca671cf9fa71ed60a Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 22 Sep 2015 10:08:08 -0300 Subject: Fix function name --- tools/build_snapshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh index 051bfbf..c07dedc 100755 --- a/tools/build_snapshots.sh +++ b/tools/build_snapshots.sh @@ -77,7 +77,7 @@ export COUNTER=0 # Global variable used to control SIGINFO action export _sleeping=0 -snapshot_update_statu() { +snapshot_update_status() { ${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --snapshot-update-status "${1}" } -- cgit v1.1