We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295bebb commit 9b23956Copy full SHA for 9b23956
cleanup_models.sh
@@ -1,4 +1,4 @@
1
-#/usr/bin/env bash
+#!/usr/bin/env bash
2
3
# Deletes all but the most current model version.
4
for v in $(ls ./models/apis | grep -v '.go' ); do
0 commit comments