[Pkg-javascript-commits] [node-keygrip] 21/68: move defaultKeys

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Fri Jun 27 22:13:25 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-keygrip.

commit 4268612dcd9cd1a44f78334c219fd7db0a6055b7
Author: Jed Schmidt <tr at nslator.jp>
Date:   Sun Jan 15 10:17:25 2012 +0900

    move defaultKeys
---
 install.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.js b/install.js
index 4ab4780..346dc9e 100644
--- a/install.js
+++ b/install.js
@@ -1,4 +1,4 @@
-require( "fs" ).writeFileSync( "./lib/defaultKeys.json",
+require( "fs" ).writeFileSync( "./defaultKeys.json",
   JSON.stringify([
     Array( 33 ).join( "x" ).replace( /x/g, function() {
       return ( Math.random()*16|0 ).toString(16)

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



More information about the Pkg-javascript-commits mailing list