Skip to content

Commit c39cc96

Browse files
committed
commit: added return to properly exit the function.
1 parent e886d00 commit c39cc96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/commands/wheels/reload.cfc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ component aliases='wheels r' extends="base" {
4141
getURL &= "&password=#password#";
4242
} else {
4343
detailOutput.error("Reload password is configured but not provided!");
44+
return;
4445
}
4546
} else {
4647
// No password configured - check if user provided one unnecessarily

0 commit comments

Comments
 (0)