From 63820f8c7ad9373e688757997526e158731fa480 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 9 Mar 2018 09:02:29 -0800 Subject: [PATCH] Fix one more reference to old concourse domain that was missed --- .../src/main/resources/desc/GetStep/version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless-services/concourse-language-server/src/main/resources/desc/GetStep/version.md b/headless-services/concourse-language-server/src/main/resources/desc/GetStep/version.md index 784a162a0..0743906f1 100644 --- a/headless-services/concourse-language-server/src/main/resources/desc/GetStep/version.md +++ b/headless-services/concourse-language-server/src/main/resources/desc/GetStep/version.md @@ -4,4 +4,4 @@ If set to `latest`, scheduling will just find the latest available version of a If set to `every`, builds will walk through all available versions of the resource. Note that if `passed` is also configured, it will only step through the versions satisfying the constraints. -If set to a specific version (e.g. `{ref: abcdef123}`), only that version will be used. Note that the version must be available and detected by the resource, otherwise the input will never be satisfied. You may want to use [check-resource](https://concourse.ci/fly-check-resource.html) to force detection of resource versions, if you need to use an older one that was never detected (as all newly configured resources start from the latest version). \ No newline at end of file +If set to a specific version (e.g. `{ref: abcdef123}`), only that version will be used. Note that the version must be available and detected by the resource, otherwise the input will never be satisfied. You may want to use [check-resource](https://concourse-ci.org/fly-check-resource.html) to force detection of resource versions, if you need to use an older one that was never detected (as all newly configured resources start from the latest version). \ No newline at end of file