Skip to content

Commit 70bcb5e

Browse files
authored
Only bash should run the script. (#4)
1 parent 72bb005 commit 70bcb5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-guidelines.sh

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
#
44
# Check Thunder code style guidelines and apply changes

0 commit comments

Comments
 (0)