Skip to content

Commit

Permalink
fixed variable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 1, 2023
1 parent 599d0a9 commit 48d6a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devspaces/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /tmp
COPY shells /etc/shells
COPY .bashrc /home/runner/.bashrc

RUN printf "export CONTAINER_NAME=$ansibleee\n" >> /home/runner/.bashrc
RUN printf "export CONTAINER_NAME=ansibleee\n" >> /home/runner/.bashrc

RUN for dir in \
/home/runner \
Expand Down

0 comments on commit 48d6a45

Please sign in to comment.