remove extra shebang

This commit is contained in:
Daylin Morgan 2024-01-29 09:27:35 -06:00
parent 4ebca41452
commit a5c7f415e5
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
...
}: let
gitea-shim = pkgs.writeShellScriptBin "gitea" ''
#!/bin/sh
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
'';