From aadae6795955a119934751c5e949f0f37defcf43 Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Sat, 29 Feb 2020 22:00:20 +0200 Subject: [PATCH] Fix typo --- src/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config b/src/config index d476166..51d2a90 100644 --- a/src/config +++ b/src/config @@ -2,4 +2,4 @@ export DIST_NAME=MtigOS export DIST_VERSION=0.1.0 export MODULES="base(network, docker, mtigos, usage-statistics)" -export USAGE_STATISTICS_URL=https://mtrigos-tracking.gnethomelinux.com +export USAGE_STATISTICS_URL=https://mtigos-tracking.gnethomelinux.com