Skip to content

Commit bbcc674

Browse files
committed
fix(local): fix vdp api version
1 parent ae27903 commit bbcc674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/local/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func isHealthy(execDep ExecDep) error {
109109

110110
urls := []string{
111111
"localhost:8080/core/v1beta/health/mgmt",
112-
"localhost:8080/vdp/v1alpha/health/pipeline",
112+
"localhost:8080/vdp/v1beta/health/pipeline",
113113
"localhost:8080/model/v1alpha/health/model",
114114
}
115115

0 commit comments

Comments
 (0)