You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/rofl/deploy.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -239,8 +239,8 @@ var (
239
239
ifdeployReplaceMachine {
240
240
fmt.Printf("Machine instance not found. Obtaining new one...")
241
241
machine.ID=""
242
-
_, _, err=obtainMachine()
243
-
returnnil, err
242
+
_, insDsc, err=obtainMachine()
243
+
returninsDsc, err
244
244
}
245
245
246
246
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.")
0 commit comments