Skip to content

Commit 509c782

Browse files
author
Jon Uhlmann
authored
🐛 Add missing return statement
1 parent c503857 commit 509c782

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks/server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
if ($version !== $currentVersionShort) {
5656
$output = run("uberspace tools version use php $version");
5757
writebox($output, 'green');
58+
return;
5859
}
5960
writebox("As PHP is already set to $version,<br>no configuration was changed", 'blue');
6061
});

0 commit comments

Comments
 (0)