Skip to content

Commit

Permalink
fix malformed url git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Aug 13, 2024
1 parent fb51eb6 commit f988ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollupcreator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \
# Create workspace
WORKDIR /workspace
# Clone the repository and checkout the specified branch
RUN git clone --no-checkout https://layr-labs/nitro-contracts.git ./
RUN git clone --no-checkout https://github.com/layr-labs/nitro-contracts.git ./
RUN git checkout 81fa76a31bde7bc0286390ddc2ee3dce4af9f68f

# Install Foundry
Expand Down

0 comments on commit f988ca1

Please sign in to comment.