From d723dcf0d7c64f686fc6234a7da9649346d1f56f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 6 Jul 2020 22:23:29 +0200 Subject: Renaming deployments to profiles --- archinstall/lib/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib') diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index ae6fd089..a4129083 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -3,7 +3,7 @@ from collections import OrderedDict from .general import multisplit, sys_command, log from .exceptions import * -UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/annotations/deployments' +UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/annotations/profiles' def grab_url_data(path): safe_path = path[:path.find(':')+1]+''.join([item if item in ('/', '?', '=', '&') else urllib.parse.quote(item) for item in multisplit(path[path.find(':')+1:], ('/', '?', '=', '&'))]) -- cgit v1.2.3-54-g00ecf