From 48fc7831e2c82cfe600f4cbfa82224b7d32317ab Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 8 Aug 2017 16:09:52 -0500 Subject: [PATCH] web-services.github: Fix the IN:. --- extra/web-services/github/github.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/web-services/github/github.factor b/extra/web-services/github/github.factor index 6eaa9d23fa..09cfa16485 100644 --- a/extra/web-services/github/github.factor +++ b/extra/web-services/github/github.factor @@ -4,7 +4,7 @@ USING: assocs cli.git concurrency.combinators concurrency.semaphores formatting fry http.client io io.directories json.reader kernel locals math namespaces sequences ; -IN: github +IN: web-services.github SYMBOL: github-username SYMBOL: github-token