Skip to content

Commit

Permalink
fix(alibaba): add blank line for prompt message
Browse files Browse the repository at this point in the history
Signed-off-by: Jason-ZW <zhenyang@rancher.com>
  • Loading branch information
rancher-sy-bot committed Oct 13, 2020
1 parent cd59150 commit 5d09459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/providers/alibaba/alibaba.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (p *Alibaba) CreateK3sCluster(ssh *types.SSH) (err error) {
fmt.Printf("\nK3s UI %s URL: https://%s:8999\n", p.UI, p.Status.MasterNodes[0].PublicIPAddress[0])
}
}
fmt.Println("")
}
}()

Expand Down

0 comments on commit 5d09459

Please sign in to comment.