Skip to content

Commit

Permalink
scripts : use /usr/bin/env in shebang (ggerganov#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinji authored and pkrmf committed Sep 26, 2023
1 parent 52d6cbe commit 6fe524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-checksum-models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3

import os
import hashlib
Expand Down

0 comments on commit 6fe524e

Please sign in to comment.