Skip to content

Commit 9b23956

Browse files
rixtoxjasdel
authored andcommitted
Fix hashbang typo in cleanup_models.sh (#211)
Fixes the `cleanup_models.sh` script's hashbang to use correct syntax.
1 parent 295bebb commit 9b23956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleanup_models.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/usr/bin/env bash
1+
#!/usr/bin/env bash
22

33
# Deletes all but the most current model version.
44
for v in $(ls ./models/apis | grep -v '.go' ); do

0 commit comments

Comments
 (0)