Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jshkurti committed Nov 4, 2014
1 parent 24fbd42 commit 2c42c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/git.js
Expand Up @@ -67,6 +67,7 @@ git.parse = function(folder, cb) {
});

var current = commit_history.indexOf(data.revision);
data.ahead = false;
data.next_rev = null;
data.prev_rev = null;
if (current === -1) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vizion",
"version": "0.1.6",
"version": "0.1.7",
"engines": {
"node": ">=0.10"
},
Expand Down

0 comments on commit 2c42c26

Please sign in to comment.