fix
This commit is contained in:
parent
0818e81038
commit
b61ec7044d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ rwx_link() {
|
|||
local link="${1}"
|
||||
local target="${2}"
|
||||
ln \
|
||||
--sybolic \
|
||||
--symbolic \
|
||||
"${target}" \
|
||||
"${link}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue