diff --git a/1.3.x/index.html b/1.3.x/index.html index 6257d2ea..b6ef0776 100644 --- a/1.3.x/index.html +++ b/1.3.x/index.html @@ -957,13 +957,13 @@ to run apps with multiple profiles. Example:

repos: development: pattern: - - */development - - */staging + - '*/development' + - '*/staging' uri: https://github.com/development/config-repo staging: pattern: - - */qa - - */production + - '*/qa' + - '*/production' uri: https://github.com/staging/config-repo