Browse Source

scripts : use `/usr/bin/env` in shebang (#3313)

Kevin Ji 2 years ago
parent
commit
bedb92b603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/verify-checksum-models.py

+ 1 - 1
scripts/verify-checksum-models.py

@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 
 import os
 import hashlib