Merge pull request #101699 from SuperSandro2000/patch-1

maintainers scripts: Fix shebang
This commit is contained in:
WORLDofPEACE 2020-10-25 18:45:23 -04:00 committed by GitHub
commit 626b514139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.