Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 53e4da8

Browse files
committed
chore: fix compare-master-to-stable script
1 parent 7b5e019 commit 53e4da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compare-master-to-stable.js

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

33
var util = require('util');
44
var cp = require('child_process');

0 commit comments

Comments
 (0)