FIX: Remove whitespace from theme git versions (#12857)

Followup to 0a6fab564f
This commit is contained in:
David Taylor
2021-04-27 17:45:54 +01:00
committed by GitHub
parent bea1fc1ab8
commit 02f1f85306

View File

@@ -51,7 +51,7 @@ class ThemeStore::GitImporter
end
def version
execute "git", "rev-parse", "HEAD"
execute("git", "rev-parse", "HEAD").strip
end
def cleanup!