Skip to content

Commit b0fe518

Browse files
committed
fix typo
1 parent 45c10f4 commit b0fe518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/Dockerfile.axlearn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN <<EOF bash -ex
2929
git config --global user.email "${GIT_USER_EMAIL}"
3030
git config --global user.name "${GIT_USER_NAME}"
3131
# Apply the patch
32-
${DEST_MANIFEST_DIR}/create_distribution.sh \
32+
${DEST_MANIFEST_DIR}/create-distribution.sh \
3333
--manifest ${DEST_MANIFEST_DIR}/manifest.yaml \
3434
--package axlearn \
3535
--override_dir ${SRC_PATH_AXLEARN}

0 commit comments

Comments
 (0)