Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/rofl/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ var (
if deployReplaceMachine {
fmt.Printf("Machine instance not found. Obtaining new one...")
machine.ID = ""
_, _, err = obtainMachine()
return nil, err
_, insDsc, err = obtainMachine()
return insDsc, err
}

cobra.CheckErr("Machine instance not found.\nTip: If your instance expired, run this command with --replace-machine flag to replace it with a new machine.")
Expand Down
Loading