Skip to content
Snippets Groups Projects
Commit 464fd367 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(bundler): fix global bundler typo

parent 90bcbedb
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ async function getArtifacts(
cmd += ' && bundle';
} else {
logger.info('Running bundler via global bundler');
cmd = 'bundler';
cmd = 'bundle';
}
cmd += ' lock"';
logger.debug({ cmd }, 'bundler command');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment