Cleanup, fix shellcheck warning
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
27fd150491
commit
427cb1b14d
@ -2,8 +2,6 @@
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
auth=""
|
||||
#auth="-u kubuxu:$GH_TOKEN"
|
||||
org=filecoin-project
|
||||
repo=lotus
|
||||
arch_repo=Kubuxu/lotus-archived
|
||||
@ -53,8 +51,8 @@ echo "================"
|
||||
|
||||
echo "Please confirm move of above branches [y/N]:"
|
||||
|
||||
read line
|
||||
case $line in
|
||||
read -r line
|
||||
case "$line" in
|
||||
[Yy]|[Yy][Ee][Ss]) ;;
|
||||
*) exit 1 ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user