Skip to content

Commit 35384af

Browse files
authored
helpers: Fix wrong shebang line.
1 parent 72eb5c2 commit 35384af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gitlint/helpers.js

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

33
const {spawnSync} = require('child_process');
44
const chalk = require('chalk');

0 commit comments

Comments
 (0)