From a51014832565673311261a5f6d562dd60afb9aad Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 19 Jul 2022 14:55:33 +0200 Subject: [PATCH] Fix remaining occurence of app_builder --- app_bundler/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_bundler/.gitignore b/app_bundler/.gitignore index 6f575ebd7..df060a567 100644 --- a/app_bundler/.gitignore +++ b/app_bundler/.gitignore @@ -20,7 +20,7 @@ erl_crash.dump *.ez # Ignore package tarball (built via "mix hex.build"). -app_builder-*.tar +app_bundler-*.tar # Temporary files, for example, from tests. /tmp/