mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-25 12:45:37 +00:00
Strip whitespace.
This commit is contained in:
parent
3eab1f77aa
commit
f3b8c777a7
@ -15,7 +15,7 @@ const
|
|||||||
|
|
||||||
useInsecureFeatures* = defined(insecure)
|
useInsecureFeatures* = defined(insecure)
|
||||||
|
|
||||||
gitRevision* = staticExec("git rev-parse --short HEAD")
|
gitRevision* = strip(staticExec("git rev-parse --short HEAD"))
|
||||||
|
|
||||||
nimBanner* = staticExec("nim --version | grep -v Compiled")
|
nimBanner* = staticExec("nim --version | grep -v Compiled")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user