From 396f59724aef2e307e27d1784c717f2a8ad285c9 Mon Sep 17 00:00:00 2001 From: Raymond Chu Date: Tue, 18 Aug 2020 22:19:09 -0700 Subject: [PATCH] Update package manager url --- leo/credentials.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leo/credentials.rs b/leo/credentials.rs index dd50041d1e..e9d59faece 100644 --- a/leo/credentials.rs +++ b/leo/credentials.rs @@ -23,7 +23,7 @@ use std::{ path::{Path, PathBuf}, }; -pub const PACKAGE_MANAGER_URL: &str = "https://apm-backend-dev.herokuapp.com/"; +pub const PACKAGE_MANAGER_URL: &str = "https://apm-backend-prod.herokuapp.com/"; pub const LEO_CREDENTIALS_FILE: &str = "credentials";