Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit af9ef04

Browse files
authored
fix(doctor): including API version and /doctor in url (#78)
fixes #77
1 parent 00d0ba2 commit af9ef04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/bin/doctor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -eo pipefail
33
uid=$(curl --silent --show-error -X POST localhost:8080/doctor)
4-
echo "Information sent to deis doctor is available at the following url ${DOCTOR_API_URL}/${uid}"
4+
echo "Information sent to deis doctor is available at the following url ${DOCTOR_API_URL}/v3/doctor/${uid}"

0 commit comments

Comments
 (0)