From d86cd98607c950d54bda419f4d4f4af7fcf9784d Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Fri, 27 Apr 2018 14:02:39 +0900 Subject: [PATCH] Fix typo Change-Id: I697f4970ca757945568b99c63160210e1167ece0 Signed-off-by: Sunmin Lee --- update-helper/update-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-helper/update-helper.sh b/update-helper/update-helper.sh index a827152..8a6918f 100755 --- a/update-helper/update-helper.sh +++ b/update-helper/update-helper.sh @@ -53,8 +53,8 @@ trigger_update() { } if [ -e "$UPDATE_FLAG" ]; then - echo "The flag was found. Tirgger the update" - trigger_updat + echo "The flag was found. Trigger the update" + trigger_update elif [ -e "$UPDATE_RESULT" ]; then echo "The result file was found. Move the result" report_result -- 2.7.4