From 08aee3e602bcf14072bce0bf4a61fb9e5589d077 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 2 Jan 2023 11:00:46 +0000 Subject: [PATCH] Add missing trailing forward-slash on directory. --- portage/repos.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/repos.conf b/portage/repos.conf index f96dbb9..01f8f14 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 4.1.0.10 +# Version: 4.1.1.11 # ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT! @@ -28,6 +28,6 @@ sync-uri = https://git.inferencium.net/Inferencium/general.git # LibreWolf [librewolf] -location = /var/db/repos/librewolf +location = /var/db/repos/librewolf/ sync-type = git sync-uri = https://gitlab.com/librewolf-community/browser/gentoo.git