From bcd886edc3245fc000302f12a520c3d18f5c11d8 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Fri, 10 Jan 2014 15:13:42 +1100 Subject: [PATCH] Fix a small typo in the gerrit-git-prep script. Change-Id: I7b3c73a57ebfac7223dc0c74a7caeea91332d9e0 --- .../task_plugins/gate_real_db_upgrade/gerrit-git-prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo_hipster/task_plugins/gate_real_db_upgrade/gerrit-git-prep.sh b/turbo_hipster/task_plugins/gate_real_db_upgrade/gerrit-git-prep.sh index f84de88..28c2bf0 100755 --- a/turbo_hipster/task_plugins/gate_real_db_upgrade/gerrit-git-prep.sh +++ b/turbo_hipster/task_plugins/gate_real_db_upgrade/gerrit-git-prep.sh @@ -90,4 +90,4 @@ then git submodule init git submodule sync git submodule update --init -fi` +fi