Skip to content

Commit f4e4811

Browse files
authored
Change " unknown" commit string to " untracked", per suggestion.
1 parent aa6b125 commit f4e4811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub fn render(
2424
let tmp = include_str!(concat!(env!("OUT_DIR"), "/commit-info.txt"));
2525

2626
if tmp.is_empty() {
27-
" (unknown commit)"
27+
" (untracked)"
2828
} else {
2929
tmp
3030
}

0 commit comments

Comments
 (0)