Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ee70d62

Browse files
committed
Fixed script in /etc/profile.d for buildx
1 parent 0e379f6 commit ee70d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/buildx/post_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo "Make buildx the default builder on login"
4-
cat >"/etc/profile.d/docker-buildx-install" <<EOF
4+
cat >"/etc/profile.d/docker-buildx-install.sh" <<EOF
55
#!/bin/bash
66
cat <<< "\$(jq '. * {"aliases": {"builder": "buildx"}}' "\${HOME}/.docker/config.json")" >"\${HOME}/.docker/config.json"
77
EOF

0 commit comments

Comments
 (0)