Comparing version 1.6.0 to 1.7.0
@@ -54,2 +54,5 @@ var async = require('async'); | ||
sha = process.env.BITBUCKET_COMMIT; | ||
} else { | ||
branch = git.branch(process.cwd()); | ||
sha = git.long(process.cwd()); | ||
} | ||
@@ -56,0 +59,0 @@ |
{ | ||
"name": "bithound", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Commands for interacting with bitHound: https://bithound.io", | ||
@@ -5,0 +5,0 @@ "repository": { |
18773
333