Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Guts committed Feb 22, 2024
1 parent d89e78b commit cdd3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/utils/linux_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

# #############################################################################
Expand Down

0 comments on commit cdd3c41

Please sign in to comment.