From 395d661dba8d1b6ed5224c8d4b4c2a83589d1dce Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Fri, 20 Oct 2017 14:17:21 -0700 Subject: [PATCH] fixed digitalocean --- sec/com/digitalocean.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec/com/digitalocean.hoon b/sec/com/digitalocean.hoon index dd04da4363..b50e333444 100644 --- a/sec/com/digitalocean.hoon +++ b/sec/com/digitalocean.hoon @@ -13,7 +13,7 @@ :: :::: :: -|_ {bal/(bale keys:oauth2) tok/token:oauth2} +|_ {bal/(bale:eyre keys:oauth2) tok/token:oauth2} :: ++aut is a "standard oauth2" core, which implements the :: most common handling of oauth2 semantics. see lib/oauth2 for more details, :: and examples at the bottom of the file.