Skip to content

Commit 8e06e21

Browse files
typo
1 parent 53cd3f8 commit 8e06e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackinator/templates/Make.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SANDBOX := $SQFS_MOUNT --
3030
SANDBOX := $(SQFS_MOUNT) -- $(BUILD_ROOT)/bwrap-mutable-root.sh $\
3131
--tmpfs ~ $\
3232
--bind $(BUILD_ROOT)/tmp /tmp $\
33-
--bind $(BUILD_ROOT)/store $(STORE) \$
33+
--bind $(BUILD_ROOT)/store $(STORE) $\
3434
{% for item in base_uenv %}
3535
--bind $(BUILD_ROOT)/tmp/mounts/{{item.prefix_path}} {{item.prefix_path}} $\
3636
{% endfor %}

0 commit comments

Comments
 (0)