Skip to content

Commit 402a3d6

Browse files
committed
sftp: fix shebang using user idependent path
1 parent 0d8f276 commit 402a3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterhub-sftp/jupyterhub-token-verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python3
22
"""
33
Verify that a JupyterHub token is valid for a given user
44

0 commit comments

Comments
 (0)