There was an error while loading. Please reload this page.
1 parent b113ce4 commit 0d96dfdCopy full SHA for 0d96dfd
1 file changed
src/cli.js
@@ -94,7 +94,7 @@ if (program.list) {
94
const defaultAction = {
95
file: config.file || null,
96
service: config.service || null,
97
- command: config.command || '%action% %args%',
+ command: config.command || ['%action% %args%'],
98
user: config.user || null,
99
privileged: config.privileged || false,
100
exec: true,
0 commit comments