Skip to content

Commit

Permalink
fix generate_badges.d
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Aug 31, 2023
1 parent 586ec59 commit 8041ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_badges.d
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/docker run --rm -it -v $(pwd):/src dlanguage/dmd dmd -run generate_badges.d
#!/usr/bin/env -S docker run --rm -it -v .:/src dlanguage/dmd dmd -run generate_badges.d
import std.algorithm : each, map, cartesianProduct, filter, joiner, sort, uniq;
import std.array;
import std.conv : to;
Expand Down

0 comments on commit 8041ebb

Please sign in to comment.