aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-25 22:23:47 +0100
committergingerBill <bill@gingerbill.org>2021-04-25 22:23:47 +0100
commit1d628a5e3d2eb074dd5087719ed2edae3764fe89 (patch)
tree94c2d6e01d048902b59d5359dd08b6f298a1db9d /src/main.cpp
parentaf3784ebb62fc80edfe0e25fa70fb9b920d8d2a1 (diff)
Change how `GIT_SHA` is rendered in `odin version`
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d2f84b29d..72586974b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2049,7 +2049,7 @@ int main(int arg_count, char const **arg_ptr) {
#endif
#ifdef GIT_SHA
- gb_printf("-%s", GIT_SHA);
+ gb_printf(":%s", GIT_SHA);
#endif
gb_printf("\n");