Skip to content

Commit

Permalink
Fix hashbang typo in cleanup_models.sh (#211)
Browse files Browse the repository at this point in the history
Fixes the `cleanup_models.sh` script's hashbang to use correct syntax.
  • Loading branch information
rixtox authored and jasdel committed Sep 4, 2018
1 parent 295bebb commit 9b23956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanup_models.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/usr/bin/env bash
#!/usr/bin/env bash

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

0 comments on commit 9b23956

Please sign in to comment.