Skip to content

Commit 32e2b2b

Browse files
committed
Fix devcontainer initialization error
1 parent 8ccec8e commit 32e2b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/install/container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir -p /opt/container/makefiles
1212
mkdir -p /opt/container/helpers
1313

1414
cp /container/container.mk /opt/container/container.mk
15-
cp -r /container/helpers /opt/container/helpers
15+
cp -r /container/helpers /opt/container/
1616

1717
cp /container/container /usr/bin/container
1818
chmod +x /usr/bin/container

0 commit comments

Comments
 (0)