[Pkg-javascript-commits] [node-browser-pack] 57/141: fix the bin script

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browser-pack.

commit ef2854204be256649eab67eac79cd333d53e4c5e
Author: James Halliday <mail at substack.net>
Date:   Mon Jul 8 15:59:35 2013 -0700

    fix the bin script
---
 bin/cmd.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/cmd.js b/bin/cmd.js
index 4693b71..f2a6cab 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -1,4 +1,4 @@
 #!/usr/bin/env node
 
-var pack = require('./')();
+var pack = require('../')();
 process.stdin.pipe(pack).pipe(process.stdout);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git



More information about the Pkg-javascript-commits mailing list