Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 855b43d

Browse files
committed
Merge pull request #233 from github/fix-config-statuses
Fix CONFIG_STATUSES
2 parents ae36db0 + 9492eb7 commit 855b43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ def text_html(response, status, head = {})
19041904
}
19051905

19061906
CONFIG_STATUSES = {
1907-
"status" => "success",
1907+
"status" => "running",
19081908
"progress" => [
19091909
{
19101910
"status" => "DONE",

0 commit comments

Comments
 (0)