Skip to content

Commit 3323aac

Browse files
committedNov 5, 2019
fix: use correct debug scope
1 parent 8fda503 commit 3323aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/glob-assets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const {isPlainObject, castArray, uniq} = require('lodash');
22
const dirGlob = require('dir-glob');
33
const globby = require('globby');
4-
const debug = require('debug')('semantic-release:github');
4+
const debug = require('debug')('semantic-release:git');
55

66
module.exports = async ({cwd}, assets) =>
77
uniq(

0 commit comments

Comments
 (0)
Please sign in to comment.