maintainers scripts: Fix shebang

Fixes:
error: syntax error, unexpected $undefined, at (string):1:94
gstqt5
Sandro 2020-10-25 22:47:18 +01:00 committed by GitHub
parent 40bc6c8dad
commit cf36a4fea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.