Skip to content

Commit

Permalink
fix: use correct debug namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg authored and gr2m committed Mar 13, 2018
1 parent 1129d47 commit 6f74dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git.js
@@ -1,5 +1,5 @@
const execa = require('execa');
const debug = require('debug')('semantic-release:get-version-head');
const debug = require('debug')('semantic-release:git');

/**
* Get the commit sha for a given tag.
Expand Down

0 comments on commit 6f74dcb

Please sign in to comment.