Skip to content

Commit

Permalink
backup: set cluster.cloud in options in every case (#327)
Browse files Browse the repository at this point in the history
Signed-off-by: Nandor Kracser <[email protected]>
  • Loading branch information
bonifaido authored Nov 10, 2020
1 parent baea1b7 commit 07de764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/command/cluster/context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func (c *clusterContext) Init(args ...string) error {
}

c.name = cluster.Name
c.cloud = cluster.Cloud

return nil
}
Expand Down

0 comments on commit 07de764

Please sign in to comment.