Fix function name

This commit is contained in:
Renato Botelho 2015-09-22 10:08:08 -03:00
parent 30b861a6c7
commit e5f88c31fa

View File

@ -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}"
}