Skip to content

Commit dd47e89

Browse files
gamefiendkrayon
andauthored
Update bin/ghe-progress
Co-authored-by: Krayon <[email protected]>
1 parent 13b6168 commit dd47e89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bin/ghe-progress

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111

1212
while true; do
1313
case "$1" in
14-
-o|--once)
15-
ONCE=1;
16-
shift
14+
-o|--once)
15+
ONCE=1
16+
shift
1717
;;
1818
-h|--help)
1919
export GHE_SHOW_HELP=true
2020
shift
2121
;;
22-
-*)
23-
echo "Unknown option: $1" >&2;
24-
exit 1
22+
-*)
23+
echo "Unknown option: $1" >&2
24+
exit 1
2525
;;
26-
*)
27-
break
26+
*)
27+
break
2828
;;
2929
esac
3030
done

0 commit comments

Comments
 (0)