1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

use default config file value

This commit is contained in:
deadc0de6
2018-06-17 11:22:22 +02:00
parent 6bc14838eb
commit 8aeb11136c

View File

@@ -26,6 +26,6 @@ cd "${cur}" || { echo "Directory \"${cur}\" doesn't exist, aborting." && exit; }
# init/update the submodule
git submodule update --init --recursive
# launch dotdrop
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop "${args[@]}"
# pivot back
cd "${opwd}" || { echo "Directory \"${opwd}\" doesn't exist, aborting." && exit; }