diff options
| author | 2023-12-30 15:41:46 +0000 | |
|---|---|---|
| committer | 2023-12-30 15:41:46 +0000 | |
| commit | ef1e2962efd025baf54d98e77497bffc1386f63e (patch) | |
| tree | c5991848f90701cc702dcdef7a3d04fca0da2526 /library | |
| parent | c130edad8122b039659948431a287032992a4de4 (diff) | |
fix error
Diffstat (limited to 'library')
| -rw-r--r-- | library/stow/stowAddPkg.sh | 2 |
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 |
