From 35c92eff2b431a778178ca5753743d7c0955b8a2 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 2 Dec 2022 21:13:40 +0200 Subject: [PATCH] Fixed typo Signed-off-by: Dimitris Zlatanidis --- ChangeLog.txt | 1 + configs/slpkg.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 1b6cb4e0..59f1fdf0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,7 @@ 4.3.3 - 01/12/2022 Fixed: - Blacklist file permissions 0644 +- Typo in the slpkg.toml config file Updated: - Os architecture in the configs diff --git a/configs/slpkg.toml b/configs/slpkg.toml index d6d294bb..660a61e2 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -1,6 +1,6 @@ [configs] # OS architecture by default. - os_archi = "x86_64" + os_arch = "x86_64" # Tmp path for slpkg. tmp_slpkg = "/tmp/slpkg"