Skip to content

Commit

Permalink
Update inspect changes conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed May 3, 2024
1 parent 9e7e47b commit 95559f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/inspect_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ declare -A project_names=(
# Usage checks:
for subproject in "${subprojects[@]}"; do
# Check that the subproject directory exists
if [ ! -d "$subproject" ]; then
if [ "$dependency" != "cccl" ] && [ ! -d "$subproject" ]; then
echo "Error: Subproject directory '$subproject' does not exist."
exit 1
fi
Expand Down

0 comments on commit 95559f4

Please sign in to comment.