Skip to content

Commit

Permalink
fix: common misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan committed Oct 21, 2022
1 parent 0ef19b0 commit 5177d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pushd "$SCRIPTDIR/"
#java build the app.
docker run --rm -u root -v "$(pwd)":/home/maven/project -w /home/maven/project maven:3.8.1-openjdk-8-slim mvn clean package

mkidr -p "polaris-sync-server-${VERSION}"
mkdir -p "polaris-sync-server-${VERSION}"

cp "polaris-sync-server/target/polaris-sync-server-${VERSION}.jar" "./polaris-sync-server-${VERSION}/"
mv ./conf "./polaris-sync-server-${VERSION}/"
Expand Down

0 comments on commit 5177d4c

Please sign in to comment.