Skip to content

Commit 843d72f

Browse files
authored
Merge pull request #60 from consideRatio/pr/fix-sftp-attemp-2
sftp: fix shebang using user idependent path
2 parents 0d8f276 + 402a3d6 commit 843d72f

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)