From 0d973145f5111b9a5e7547c01ced33433be70be4 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 26 Aug 2015 12:00:13 -0700 Subject: [PATCH] Added a note to the push docs about dot being disallowed in atlas names --- website/source/docs/templates/push.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/templates/push.html.markdown b/website/source/docs/templates/push.html.markdown index b46bef3e8..efc6029cb 100644 --- a/website/source/docs/templates/push.html.markdown +++ b/website/source/docs/templates/push.html.markdown @@ -38,7 +38,8 @@ each category, the available configuration keys are alphabetized. ### Required - `name` (string) - Name of the build configuration in the build service. If - this doesn't exist, it will be created (by default). + this doesn't exist, it will be created (by default). Note that the name can + cannot contain dots. `[a-zA-Z0-9-_]+` are safe. ### Optional