1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 15:37:18 +08:00

Set noglob in git-auto-commit

This commit is contained in:
Stefan Zweifel
2021-04-10 16:58:48 +02:00
parent e610a5104b
commit f4f9aedbee

View File

@@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
set -eu set -eu
set -o noglob;
_main() { _main() {
_switch_to_repository _switch_to_repository