Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 client/shared/git.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/shared/git.py b/client/shared/git.py
index 499306f..3f78719 100644
--- a/client/shared/git.py
+++ b/client/shared/git.py
@@ -107,7 +107,7 @@ class GitRepoHelper(object):
 
         @return: Commit id.
         '''
-        return self.git_cmd('log --pretty=format:"%H" -1').stdout.strip()
+        return self.git_cmd('log --pretty=format:%H -1').stdout.strip()
 
 
     def get_top_tag(self):
-- 
1.7.10.4

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to