Skip to content

Commit 404285a

Browse files
authored
Merge pull request #759 from PureStorage-OpenConnect/vsphere-template-warning
update vsphere template warning
2 parents b77bce9 + 8026d7c commit 404285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsphere.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func vsphere_check_templateversion(deployment string) {
306306
return
307307
}
308308
if rt != lt {
309-
fmt.Printf("%s px-deploy template (current version %s) update available (version %s).\nPlease run px-deploy vsphere-init to update%s \n", Yellow, lt, rt, Reset)
309+
fmt.Printf("%s px-deploy template (current version %s) update available (version %s).\nYou need to run 'px-deploy vsphere-init' to update and re-create your deployment%s \n", Red, lt, rt, Reset)
310310
} else {
311311
fmt.Printf("%s Info: local px-deploy template up-to-date (Version %s)%s \n", Green, lt, Reset)
312312
}

0 commit comments

Comments
 (0)