Skip to content

Commit bbdf403

Browse files
committed
Fix to make sure "-l" parameter is processed correctly
1 parent 492cfc9 commit bbdf403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function main() {
1111
if ($args['revert']) {
1212
$server->revert($git, $args['list_only']);
1313
} else {
14-
$server->deploy($git, $git->interpret_target_commit($args['target_commit'], $server->server['branch']), $args['list_only']);
14+
$server->deploy($git, $git->interpret_target_commit($args['target_commit'], $server->server['branch']), false, $args['list_only']);
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)