We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6b125 commit f4e4811Copy full SHA for f4e4811
src/generate/device.rs
@@ -24,7 +24,7 @@ pub fn render(
24
let tmp = include_str!(concat!(env!("OUT_DIR"), "/commit-info.txt"));
25
26
if tmp.is_empty() {
27
- " (unknown commit)"
+ " (untracked)"
28
} else {
29
tmp
30
}
0 commit comments