mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-03 22:05:52 +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)
|
||||
shift
|
||||
ENDPOINT="$2"
|
||||
ENDPOINT="$1"
|
||||
shift
|
||||
;;
|
||||
-x)
|
||||
|
|
Loading…
Add table
Reference in a new issue