diff --git a/qgis_deployment_toolbelt/utils/linux_utils.py b/qgis_deployment_toolbelt/utils/linux_utils.py index f35ab8f3..b3c04836 100644 --- a/qgis_deployment_toolbelt/utils/linux_utils.py +++ b/qgis_deployment_toolbelt/utils/linux_utils.py @@ -35,7 +35,7 @@ qdt_block_comment_end = "# END QDT MANAGED BLOCK" shell_path_to_names = { "bash": ("/bin/bash", "/usr/bin/bash"), - "zsh": ("/bin/bash/zsh", "/usr/bin/zsh"), # TODO: support ZSH + "zsh": ("/bin/bash/zsh", "/usr/bin/zsh"), # TODO: support ZSH } # #############################################################################