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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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!