mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
nuxfs: Small fixes.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
5d69659e3c
commit
7479fb53f8
6 changed files with 108 additions and 32 deletions
|
|
@ -6,8 +6,8 @@ dir.check.recover() {
|
|||
}
|
||||
link.check.recover() {
|
||||
nuxfs.info "$rel_path" "Creating link to '$3'";
|
||||
ln -s "$3" "$abs_path"
|
||||
ln -s "$target" "$abs_path"
|
||||
}
|
||||
git.check.recover() {
|
||||
$GIT_BIN clone "$3" "$abs_path"
|
||||
$GIT_BIN clone "$origin" "$abs_path"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue