summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions b/functions
index 39a0a6c..ef4463e 100644
--- a/functions
+++ b/functions
@@ -249,8 +249,8 @@ add_symlink() {
(( $# == 2 )) || return 1
- _add_dir "$(get_dirname "$1")"
- _add_symlink "$2" "$1"
+ add_dir "$(get_dirname "$1")"
+ _add_symlink "$1" "$2"
}
add_file() {