Skip to content

Commit 23c4956

Browse files
author
IamLunchbox
committed
Fix duplicate autoprimary addition
1 parent 6bc74ca commit 23c4956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Add autoprimary
133133
run: powerdns-cli add-autoprimary 127.0.0.1 example.org
134134
- name: Add autoprimary with name
135-
run: powerdns-cli add-autoprimary -a test123 127.0.0.1 example.org
135+
run: powerdns-cli add-autoprimary -a test123 127.0.0.1 example.com
136136
- name: List autoprimaries
137137
run: powerdns-cli list-autoprimaries
138138
- name: Delete autoprimary

0 commit comments

Comments
 (0)