From cf36a4fea87f6f4bb61d748fdaee50a1d614b277 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 25 Oct 2020 22:47:18 +0100 Subject: maintainers scripts: Fix shebang Fixes: error: syntax error, unexpected $undefined, at (string):1:94 --- maintainers/scripts/hydra-eval-failures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainers/scripts/hydra-eval-failures.py') diff --git a/maintainers/scripts/hydra-eval-failures.py b/maintainers/scripts/hydra-eval-failures.py index 0f738c5427b..b7518b12857 100755 --- a/maintainers/scripts/hydra-eval-failures.py +++ b/maintainers/scripts/hydra-eval-failures.py @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i python3 -p 'python3.withPackages(ps: with ps; [ requests pyquery click ])' +#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ requests pyquery click ])" # To use, just execute this script with --help to display help. -- cgit 1.4.1