Skip to content

Commit a8addf3

Browse files
committed
Fix typo
1 parent 3c025ed commit a8addf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/scripts/setup-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ fi
2424
install_executorch "use-pt-pinned-commit"
2525
build_executorch_runner "${BUILD_TOOL}"
2626

27-
if [[ "${GITHUB_BASE_REF:-}" == *main* || "${GITHUB_BASE_REF:-}" == *gh* ]];
27+
if [[ "${GITHUB_BASE_REF:-}" == *main* || "${GITHUB_BASE_REF:-}" == *gh* ]]; then
2828
do_not_use_nightly_on_ci
2929
fi

.ci/scripts/setup-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ install_pytorch_and_domains
137137
install_executorch "use-pt-pinned-commit"
138138
build_executorch_runner "${BUILD_TOOL}"
139139

140-
if [[ "${GITHUB_BASE_REF:-}" == *main* || "${GITHUB_BASE_REF:-}" == *gh* ]];
140+
if [[ "${GITHUB_BASE_REF:-}" == *main* || "${GITHUB_BASE_REF:-}" == *gh* ]]; then
141141
do_not_use_nightly_on_ci
142142
fi

0 commit comments

Comments
 (0)