Skip to content

Commit

Permalink
fix: use correct debug scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Nov 5, 2019
1 parent 8fda503 commit 3323aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/glob-assets.js
@@ -1,7 +1,7 @@
const {isPlainObject, castArray, uniq} = require('lodash');
const dirGlob = require('dir-glob');
const globby = require('globby');
const debug = require('debug')('semantic-release:github');
const debug = require('debug')('semantic-release:git');

module.exports = async ({cwd}, assets) =>
uniq(
Expand Down

0 comments on commit 3323aac

Please sign in to comment.