Skip to content

Commit 5485c85

Browse files
committed
Fix typo in diff command.
1 parent 5c61e25 commit 5485c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/monolithic-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
121121

122122
cp ${BUILD_DIR}/CMakeCache.txt ${MONOREPO_ROOT}/CMakeCache.clang2.txt
123123

124-
diff ${BUILD_DIR}/CMakeCache.clang1.txt ${BUILD_DIR}/CMakeCache.clang2.txt
124+
diff ${MONOREPO_ROOT}/CMakeCache.clang1.txt ${MONOREPO_ROOT}/CMakeCache.clang2.txt
125125

126126

127127
start-group "ninja"

0 commit comments

Comments
 (0)