From 99e352af46584453b772f3ad36b38de593bc12ab Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 9 May 2019 14:53:20 +0800 Subject: [PATCH] comment out elm script in ensure uptodate --- bin/utils/ensure-up-to-date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/utils/ensure-up-to-date b/bin/utils/ensure-up-to-date index 23870eb63a4..11d19b0e8ab 100755 --- a/bin/utils/ensure-up-to-date +++ b/bin/utils/ensure-up-to-date @@ -52,7 +52,7 @@ declare -a scripts=( "./bin/elixir-petstore.sh" "./bin/go-petstore.sh" "./bin/go-gin-petstore-server.sh" -"./bin/elm-petstore-all.sh" +#"./bin/elm-petstore-all.sh" "./bin/meta-codegen.sh" # OTHERS "./bin/utils/export_docs_generators.sh"