Skip to content

Commit d2445ed

Browse files
committed
fix: corrects call of remotes::install_github
1 parent 41906ea commit d2445ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/rdsc_headless_j.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ ARG GITHUB_PAT
265265
# Install the stuff, where I participate:
266266
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqastats.git', ref = 'master')"
267267
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqagui.git', ref = 'master')"
268-
RUN R -q -e "remotes::install_git(repo = 'miracum/dqa-miracumdqa', ref = 'master'); \
268+
RUN R -q -e "remotes::install_github(repo = 'miracum/dqa-miracumdqa', ref = 'master'); \
269269
remotes::install_github(repo = 'miracum/misc-dizutils', ref = 'development'); \
270270
# remotes::install_github(repo = 'miracum/misc-diztools', ref = 'dev'); \
271271
# remotes::install_github(repo = 'joundso/mainzelliste-connector', ref = 'development'); \

0 commit comments

Comments
 (0)