aboutsummaryrefslogtreecommitdiff
path: root/library/stow
diff options
context:
space:
mode:
Diffstat (limited to 'library/stow')
-rw-r--r--library/stow/stowAddPkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stow/stowAddPkg.sh b/library/stow/stowAddPkg.sh
index 8df4cde..6dc586b 100644
--- a/library/stow/stowAddPkg.sh
+++ b/library/stow/stowAddPkg.sh
@@ -66,7 +66,7 @@ selectFile () {
echo "Выбери оригинальный файл или директорию для копирования:"
select file in ${files[@]}; do
- createStowPkgDir
+ stowCreatePkgDir
if [ -d "$file" ]; then