-
Notifications
You must be signed in to change notification settings - Fork 995
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Handle case for no arguments for verbose baremetal deploy (#…
…10663) **Problem** We recently improved the verbose output of the baremetal deployment process. It looks like this improvement has introduced a small bug. See #10654 for more details. **Changes** 1. Guard against `args` being undefined. --------- Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
- Loading branch information
1 parent
2008910
commit 21a4c61
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- fix(cli): Handle case for no arguments for verbose baremetal deploy (#10663) by @Josh-Walker-GM | ||
|
||
The change corrects a bug during baremetal deployments when using the `--verbose` flag. See #10654 for more details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters