mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 01:35:42 +08:00
FIX: Remove whitespace from theme git versions (#12857)
Followup to 0a6fab564f7533d87f02272c3febf622b27dd366
This commit is contained in:
parent
bea1fc1ab8
commit
02f1f85306
@ -51,7 +51,7 @@ class ThemeStore::GitImporter
|
||||
end
|
||||
|
||||
def version
|
||||
execute "git", "rev-parse", "HEAD"
|
||||
execute("git", "rev-parse", "HEAD").strip
|
||||
end
|
||||
|
||||
def cleanup!
|
||||
|
Loading…
x
Reference in New Issue
Block a user