Skip to content

Commit

Permalink
Updated ref to import correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Feb 26, 2011
1 parent ba00e9e commit fb81594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ref.js
@@ -1,4 +1,4 @@
var git2 = require( 'nodegit2' );
var git2 = require( '../' );

var _Ref = function( ref ) {
var self = {};
Expand Down

0 comments on commit fb81594

Please sign in to comment.