Skip to content

Commit 4e8a930

Browse files
committed
fix(utility): Use proper shebang in index generation script
1 parent f774d19 commit 4e8a930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.utility/generate_apidiff_index_html.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
# based on https://odoepner.wordpress.com/2012/02/17/shell-script-to-generate-simple-index-html/
44

0 commit comments

Comments
 (0)