Skip to content

Commit 0d96dfd

Browse files
committed
fix: use default command as array
1 parent b113ce4 commit 0d96dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if (program.list) {
9494
const defaultAction = {
9595
file: config.file || null,
9696
service: config.service || null,
97-
command: config.command || '%action% %args%',
97+
command: config.command || ['%action% %args%'],
9898
user: config.user || null,
9999
privileged: config.privileged || false,
100100
exec: true,

0 commit comments

Comments
 (0)