Skip to content

Commit

Permalink
fix(doctor): including API version and /doctor in url (#78)
Browse files Browse the repository at this point in the history
fixes #77
  • Loading branch information
jackfrancis committed Jun 27, 2016
1 parent 00d0ba2 commit af9ef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/bin/doctor
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eo pipefail
uid=$(curl --silent --show-error -X POST localhost:8080/doctor)
echo "Information sent to deis doctor is available at the following url ${DOCTOR_API_URL}/${uid}"
echo "Information sent to deis doctor is available at the following url ${DOCTOR_API_URL}/v3/doctor/${uid}"

0 comments on commit af9ef04

Please sign in to comment.