From 48d6a454340b28a61e9ac772d3f2ec04fa586685 Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Fri, 1 Dec 2023 10:35:04 -0500 Subject: [PATCH] fixed variable issue --- devspaces/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspaces/Containerfile b/devspaces/Containerfile index 2683f60..8cfb7ff 100644 --- a/devspaces/Containerfile +++ b/devspaces/Containerfile @@ -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 \