Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Dec 14, 2023
1 parent 51eb5fd commit c9294e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/dist_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ commands:
if [ -e /opt/rh/gcc-toolset-9/enable ]; then
source /opt/rh/gcc-toolset-9/enable
fi
if [ -z "$VELOX_DEPENDENCY_SOURCE"]; then
if [ -z "$VELOX_DEPENDENCY_SOURCE" ]; then
rm -rf /usr/local/include/fmt || echo "fmt not found"
fi
- restore_cache:
Expand Down

0 comments on commit c9294e3

Please sign in to comment.