From ed54dacd2d574c0e21d8872dbb6efaaf8cf6f4f5 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Wed, 24 Oct 2018 17:05:33 -0400 Subject: [PATCH] Fixes #1491: Update postclone script (#1492) --- buddybuild_postclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buddybuild_postclone.sh b/buddybuild_postclone.sh index ad1cedc465..446e157920 100755 --- a/buddybuild_postclone.sh +++ b/buddybuild_postclone.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -./build-disconnect.py +./build-disconnect2.py # Update existing locales. This will only update locales that are already # imported to the application. It will not include new locales, that