Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Aug 7, 2023
1 parent 6b03f92 commit 9637558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ pushd servers
fi
fi
if [ ! -d "../$kafka/resources" ]; then
echo "resources not defined -- copying from default/resources"
cp -r ../default/resources ../$kafka/
echo "resources not defined -- copying from .default/resources"
cp -r ../.default/resources ../$kafka/
fi
done
popd
Expand Down

0 comments on commit 9637558

Please sign in to comment.