Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones committed Jul 4, 2024
1 parent cd0f52f commit 7594878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ get-pkg:
@git submodule update --remote
@echo "Moving package: ${PKG} to root"
@if [ ${PKG} = "paws.common" ]; then\
cp -af ./vendor/paws/paws.common/. ./;\ else \
cp -af ./vendor/paws/paws.common/. ./; else \
cp -af ./vendor/paws/cran/${PKG}/. ./; fi
@echo "^.github" >> .Rbuildignore
@echo "^Makefile" >> .Rbuildignore
Expand Down

0 comments on commit 7594878

Please sign in to comment.