mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed typo
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d79ad262d0
commit
35c92eff2b
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue