diag: make commit consistent with version command
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Nov 25, 2015 at 03:15 UTC
9d0c3f5cb0a39345246623bd45c941488baed728
1 file changed
+1
-1
core/commands/sysdiag.go
+1
-1
@@ -53,7 +53,7 @@ Prints out information about your computer to aid in easier debugging.
53
}
54
55
info["ipfs_version"] = config.CurrentVersionNumber
56
- info["ipfs_git_sha"] = config.CurrentCommit
56
+ info["ipfs_commit"] = config.CurrentCommit
57
res.SetOutput(info)
58
},
59
}