From e951adae294306bfa07e5b92d28ed0ef6f3b72d5 Mon Sep 17 00:00:00 2001 From: "Keegan Ferrando :fauweh" Date: Tue, 18 Feb 2020 14:02:29 -0800 Subject: [PATCH] Fixing typo in previous commit --- scripts/lint-l10n-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint-l10n-repo.sh b/scripts/lint-l10n-repo.sh index 701374bfe..31a4fa6b8 100755 --- a/scripts/lint-l10n-repo.sh +++ b/scripts/lint-l10n-repo.sh @@ -8,7 +8,7 @@ POSTATUS_FILE=kitsune/sumo/static/postatus.txt if [[ -d locale ]]; then # We've seen strange local differences - git -C stash + git -C locale stash git -C locale pull else git clone https://github.com/mozilla-l10n/sumo-l10n.git locale