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 a61e79e commit 1214f09Copy full SHA for 1214f09
avc-version
@@ -31,7 +31,7 @@ case "$1" in
31
END {
32
for (i in files) {
33
if (versions[i] == max) {
34
- s=\" MAX\"
+ s=\" MAX 👈\"
35
} else {
36
s = \"\"};
37
printf(\"%-45s: %s%s\\n\", files[i], versions[i], s)};
0 commit comments