Skip to content

Commit

Permalink
use proper spelling of the command
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschurk authored and lauft committed Jun 29, 2024
1 parent ea7be7f commit eab9d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker/task.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh && \
# Checkout Taskwarrior
WORKDIR /root
# clone repo with submodels as we need corrosion
RUN git clone --recurse-submodels https://github.com/GothenburgBitFactory/taskwarrior.git code
RUN git clone --recurse-submodules https://github.com/GothenburgBitFactory/taskwarrior.git code
WORKDIR code
RUN git checkout ${BRANCH}

Expand Down

0 comments on commit eab9d6a

Please sign in to comment.