commit 76471ed450550056ac9e7550a38072532cbd2cab parent b3a4ace90ac3be1ab757157306cc2c00ffdd920d Author: Demonstrandum <moi@knutsen.co> Date: Sat, 21 Nov 2020 19:41:40 +0000 Fix typo. Le Sigh. Diffstat:
M | lib/commands/vc.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/vc.ts b/lib/commands/vc.ts @@ -62,7 +62,7 @@ export default async (home_scope: HomeScope) => { return null if (!fetched) { attempt_prefetch(url); - fetcged = GID.vc_prefetch[url]; + fetched = GID.vc_prefetch[url]; } return fetched; };