Skip to content

Commit

Permalink
makefile: Fix d1e76df
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Nov 2, 2020
1 parent 31bc1fe commit 53821b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ function Install() {
"${REPO_NAME_BRANCH}/ALCPlugFix/ALCPlugFix/README.MD"
)
if [[ ${REMOTE} == True ]]; then
cp -R "ALCPlugFix-master/*" "${REPO_NAME_BRANCH}/ALCPlugFix/ALCPlugFix" || copyErr
cp -R ALCPlugFix-master/* "${REPO_NAME_BRANCH}/ALCPlugFix/ALCPlugFix/" || copyErr
else
alcfixItems=("${alcfixItems[@]/${REPO_NAME_BRANCH}/..}")
cd "../" || exit 1
Expand Down

0 comments on commit 53821b0

Please sign in to comment.