Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: command example generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2018
1 parent 3fc97ec commit 41c00ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = (_, options) => {

sh.exec(`oclif ${type} --force --defaults ${options}`)
if (type === 'multi') {
sh.exec(`oclif command goodbye --force --defaults ${options}`)
sh.exec(`oclif command goodbye --force --defaults`)
}
sh.exec('git add -A')
try {
Expand Down

0 comments on commit 41c00ca

Please sign in to comment.