Unverified Commit 2df43c9e authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2847 from woutd/fix-constellix-api-domain-search

Constellix made changes to their API.
parents 5ace4449 e158b5cc
...@@ -86,7 +86,7 @@ _get_root() { ...@@ -86,7 +86,7 @@ _get_root() {
return 1 return 1
fi fi
if ! _constellix_rest GET "domains/search?name=$h"; then if ! _constellix_rest GET "domains/search?exact=$h"; then
return 1 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment