diff --git a/Formula/q/q.rb b/Formula/q/q.rb index 4fb56e2cf9a4..8448052438ec 100644 --- a/Formula/q/q.rb +++ b/Formula/q/q.rb @@ -28,6 +28,6 @@ def install test do assert_match version.to_s, shell_output("#{bin}/q --version") - assert_match "ns: ns1.dnsimple.com.", shell_output("#{bin}/q brew.sh NS --format yaml") + assert_match "ns: ns1.dnsimple-edge.com.", shell_output("#{bin}/q brew.sh NS --format yaml") end end