aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2026-04-07 23:14:20 +0500
committerAnton Bobov <anton@bobov.name>2026-04-08 15:45:32 +0500
commit96ae08810fcbba8f4e8e55d4ad2e6fbbfd224a05 (patch)
tree239cc3c4acf5e845e8f35003577f985cb172b2d0 /files
parentefdbaab3095d0b1455e7c2d89c208965e2cdf607 (diff)
eget: update shellcheck assets filter
Diffstat (limited to 'files')
-rw-r--r--files/.eget.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.eget.toml b/files/.eget.toml
index 140700b..296ae3e 100644
--- a/files/.eget.toml
+++ b/files/.eget.toml
@@ -12,6 +12,7 @@ target = "~/.local/bin/nnn"
# ShellCheck, a static analysis tool for shell scripts
["koalaman/shellcheck"]
+asset_filters = [ ".tar.xz" ]
# A shell parser, formatter, and interpreter with bash support; includes shfmt
["mvdan/sh"]