From b90723c3c38d72b2324ec69c730252e9e6a4153e Mon Sep 17 00:00:00 2001 From: Sebastien Vas Date: Thu, 16 Feb 2017 13:01:52 -0800 Subject: [PATCH] Fix typo Change-Id: Idff7a0f23d013f1d67e6cb3c890c54fc0b21ef2e --- script/linux-test-vm-bookstore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linux-test-vm-bookstore b/script/linux-test-vm-bookstore index 8e9897f33..19c75403f 100755 --- a/script/linux-test-vm-bookstore +++ b/script/linux-test-vm-bookstore @@ -69,7 +69,7 @@ function test_filename () { function cleanup() { # restore the original configs after we are done with the tests - git -C "${ROOT} checkout" \ + git -C "${ROOT}" checkout \ "${APP_DIR}/swagger.json" \ "${APP_DIR}/app_esp.yaml" \ "${APP_DIR}/bookstore.js"