From 5cf19c06ba20700329286317cd597590fd2b871f Mon Sep 17 00:00:00 2001 From: Mardo Del Cid Date: Thu, 24 Jun 2021 13:52:17 -0600 Subject: [PATCH] Fixed wrong escaping in example_with_env_in_settings --- examples/example_with_env_in_settings/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_with_env_in_settings/app.yml b/examples/example_with_env_in_settings/app.yml index 2ee85d6..0962a68 100644 --- a/examples/example_with_env_in_settings/app.yml +++ b/examples/example_with_env_in_settings/app.yml @@ -15,7 +15,7 @@ automatic_scaling: max_num_instances: 2 skip_files: - ^(.*/)?\.dockerignore$ -- ^(.*/)?\yarn-error.log$ +- ^(.*/)?yarn-error\.log$ - ^(.*/)?\.git$ - ^(.*/)?\.hg$ - ^(.*/)?\.svn$