diff options
| author | 2025-12-30 18:37:16 +0000 | |
|---|---|---|
| committer | 2025-12-30 18:37:16 +0000 | |
| commit | 0ccfac6cae22f778a888c00c81879baca4e8921e (patch) | |
| tree | b9fa05d23478aa4c9245dbf67c7c92ac286c3b02 /pkgs | |
| parent | pkgs: use inherit (diff) | |
| signature | ||
pkgs/pywb: s/$1/$cmd/, since shifted
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/pywb/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/pywb/default.nix b/pkgs/pywb/default.nix index 1625e9e..7307411 100644 --- a/pkgs/pywb/default.nix +++ b/pkgs/pywb/default.nix @@ -23,7 +23,7 @@ writeShellApplication { echo "$pwbs" exit fi - echo "$1 not found in pywkibot's scripts folder (make sure it doesn't end in .py)" >&2 + echo "$cmd not found in pywkibot's scripts folder (make sure it doesn't end in .py)" >&2 exit 1 fi ''; |
