Skip to content

Commit

Permalink
cloud-init: use the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Dec 4, 2021
1 parent 417d929 commit c82180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/package/cloud-init/tasks/77-cloud-init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OS_VERSION=$(sysctl -n kern.osrelease)

git clone -b master http://github.com/goneri/cloud-init $TARGET/tmp/cloud-init
git clone -b main http://github.com/goneri/cloud-init $TARGET/tmp/cloud-init

echo 'nameserver 8.8.8.8' > $TARGET/etc/resolv.conf

Expand Down

0 comments on commit c82180e

Please sign in to comment.