tests: rename "master" branch references to "main"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2021-05-12 10:38:12 -07:00
parent 77c8033739
commit 19fcefae70
3 changed files with 5 additions and 5 deletions

View File

@@ -13,11 +13,11 @@ options {
};
zone "etcd.local" IN {
type master;
type main;
file "/etc/bind/etcd.zone";
};
zone "0.0.127.in-addr.arpa" {
type master;
type main;
file "/etc/bind/rdns.zone";
};