Skip to content

Commit

Permalink
fix: job name
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Nov 15, 2018
1 parent b60765d commit d270b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/setup-dependencies/setup-dependency/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = async (dependencyContext, userConfiguration, inputOptions, prog
const dependencyInstallationJobs = (done.get(name) || ongoing.get(name)).installationJobs;
if (dependencyInstallationJobs.size) {
dependentContext.installationJobs.add(
`$${ dependencyInstallationJobs.has("clone") ? "install" : "update" }-dependency:${
`${ dependencyInstallationJobs.has("clone") ? "install" : "update" }-dependency:${
name
}`
);
Expand Down

0 comments on commit d270b16

Please sign in to comment.