Skip to content

Commit

Permalink
Change 'command' property to 'execute.command'.
Browse files Browse the repository at this point in the history
  • Loading branch information
boombatower committed Aug 30, 2010
1 parent 098948b commit 67c7c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/server/execute.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $plugin = array(
'description' => t('Provides basic command execution.'),
'queue build' => 'conduit_script_queue_build',
'default properties' => array(
'command' => 'echo "hello world"',
'execute.command' => 'echo "hello world"',
),
);

Expand Down

0 comments on commit 67c7c75

Please sign in to comment.