diff --git a/dotdrop.sh b/dotdrop.sh index 19bc6e5..e87ce30 100755 --- a/dotdrop.sh +++ b/dotdrop.sh @@ -26,6 +26,6 @@ cd "${cur}" || { echo "Folder \"${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 python -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}" # pivot back cd "${opwd}" || { echo "Folder \"${opwd}\" doesn't exist, aborting." && exit; }