commit 3b1840525fa0b6f8dbcc1febbe7b2f5f430e67c9
parent 499e228ea26674fbada3241683f5df4d36be0fad
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 1 May 2024 16:59:42 +0200
Disable a shellcheck warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-wad b/git-wad
@@ -363,7 +363,7 @@ fetch() # [-1a]
# Restore the content of WAD files
checkout()
{
-
+ # shellcheck disable=SC2310
if ! is_init; then
>&2 printf "\e[0;31mgit-wad is not initialized\e[0m\n"
>&2 printf " (use \"git wad init\" to enable WAD management)\n"