Skip to content

Commit 0e39fb3

Browse files
authored
Fix typo to fix zip cron (#6784)
1 parent aee16f0 commit 0e39fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
# output directory.
2626
OUTPUT_DIR="$REPO/$1"
2727

28-
cd ReleaseToolings
28+
cd ReleaseTooling
2929
swift run zip-builder -keepBuildArtifacts true -updatePodRepo true \
3030
-templateDir "${REPO}"/ReleaseTooling/Template -localPodspecPath "${REPO}" \
3131
-outputDir "${OUTPUT_DIR}" -customSpecRepos https://github.com/firebase/SpecsStaging.git

0 commit comments

Comments
 (0)