diff options
Diffstat (limited to 'home/xyz')
-rwxr-xr-x | home/xyz/.local/bin/gita | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita index 8d7e7f2a..27b45549 100755 --- a/home/xyz/.local/bin/gita +++ b/home/xyz/.local/bin/gita @@ -5,7 +5,7 @@ cmd=git while getopts cls f; do case $f in - c|l|s) cmd="cfg -$f";; + l|s) cmd="cfg -$f";; \?) exit 1;; esac done |