Skip to content

Commit 6ad4f41

Browse files
committed
Fix check_cookiecutter.sh hashbang
This was broken by commit 436eea4 (#375) adding an SPDX-License-Identifier commit on line 1.
1 parent befb45d commit 6ad4f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cookiecutter/check_cookiecutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
21
#!/usr/bin/env bash
2+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
33

44
set -euo pipefail
55

0 commit comments

Comments
 (0)