Skip to content

Commit ce963ec

Browse files
committed
fix: make CLI executable
1 parent 3423a5b commit ce963ec

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/links/validate/bin

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/links/validate/bin/cli

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function main() {
8484
if ( error ) {
8585
return cli.error( error );
8686
}
87-
data = data.toString()
87+
data = data.toString();
8888
validateLinks( JSON.parse( data ), opts, done );
8989
}
9090

0 commit comments

Comments
 (0)