mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 07:05:48 +00:00
use default config file value
This commit is contained in:
@@ -26,6 +26,6 @@ cd "${cur}" || { echo "Directory \"${cur}\" doesn't exist, aborting." && exit; }
|
|||||||
# init/update the submodule
|
# init/update the submodule
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
# launch dotdrop
|
# launch dotdrop
|
||||||
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"
|
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop "${args[@]}"
|
||||||
# pivot back
|
# pivot back
|
||||||
cd "${opwd}" || { echo "Directory \"${opwd}\" doesn't exist, aborting." && exit; }
|
cd "${opwd}" || { echo "Directory \"${opwd}\" doesn't exist, aborting." && exit; }
|
||||||
|
|||||||
Reference in New Issue
Block a user