mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-08 08:15:51 +00:00
corrected parameter grabbing for -s
This commit is contained in:
parent
440795b85f
commit
903b7d1199
1 changed files with 1 additions and 1 deletions
2
pb
2
pb
|
@ -74,7 +74,7 @@ while true; do
|
||||||
;;
|
;;
|
||||||
-s)
|
-s)
|
||||||
shift
|
shift
|
||||||
ENDPOINT="$2"
|
ENDPOINT="$1"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-x)
|
-x)
|
||||||
|
|
Loading…
Add table
Reference in a new issue