Skip to content

Commit

Permalink
setup: fix git describe
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Oct 31, 2022
1 parent 59f7097 commit 73b7941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.d
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum GITINFO_PATH = "src" ~ SEP ~ "gitinfo.d";
int main(string[] args) {
final switch (args[1]) {
case "version":
auto describe = executeShell("git describe");
auto describe = executeShell("git describe --tags");
if (describe.status)
return describe.status;

Expand Down

0 comments on commit 73b7941

Please sign in to comment.