Skip to content

Commit 52de202

Browse files
authored
move #!/bin/bash down to make copybara happy. (#74)
1 parent e5f5ddd commit 52de202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-license.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/bash
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +12,7 @@
1312
# See the License for the specific language governing permissions and
1413
# limitations under the License.
1514

15+
#!/bin/bash
1616

1717
exitcode=0
1818

0 commit comments

Comments
 (0)