Skip to content

Commit 40845a1

Browse files
authored
Fix: typo in CustomHostname#patch. (#87)
1 parent 8d71f5f commit 40845a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cloudflare/custom_hostnames.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def patch(payload)
6262
self.class.patch(@resource, payload) do |resource, response|
6363
value = response.read
6464

65-
if value[:sucess]
65+
if value[:success]
6666
@ssl = nil
6767
@value = value
6868
else

0 commit comments

Comments
 (0)