From 6842c1673f64bb1599d2a13be24fc6fcc7f5c43f Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 12 Feb 2022 14:17:57 -0600 Subject: [PATCH] Oops --- src/core.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core.ts b/src/core.ts index 3f15cf6..8eda920 100644 --- a/src/core.ts +++ b/src/core.ts @@ -1,7 +1,6 @@ import {yaml, fs, path, xdg} from "./deps.ts" -// const MANIFEST_URL = "https://git.lyte.dev/lytedev/pluggable-cli-deno/raw/branch/master/manifest.yml" -const MANIFEST_URL = "file:///home/daniel/code/pluggable-cli/manifest.yml" +const MANIFEST_URL = "https://git.lyte.dev/lytedev/pluggable-cli-deno/raw/branch/master/manifest.yml" const PLUGINS_DIR = path.join(xdg.cache(), "/poc-cli-installed-plugins") fs.ensureDir(PLUGINS_DIR)