Skip to content

Commit

Permalink
[MLRun] Fix shebang with copyright (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliyahu77 committed Aug 24, 2022
1 parent 23f0e5f commit 5d8c406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/scripts/github_workflow_free_space.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env sh
# Copyright 2018 Iguazio
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
#!/usr/bin/env sh

print_free_space() {
df --human-readable
Expand Down

0 comments on commit 5d8c406

Please sign in to comment.