Fixed typo

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-12-02 21:13:40 +02:00
parent d79ad262d0
commit 35c92eff2b
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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"