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
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
auth=""
|
|
||||||
#auth="-u kubuxu:$GH_TOKEN"
|
|
||||||
org=filecoin-project
|
org=filecoin-project
|
||||||
repo=lotus
|
repo=lotus
|
||||||
arch_repo=Kubuxu/lotus-archived
|
arch_repo=Kubuxu/lotus-archived
|
||||||
@ -53,8 +51,8 @@ echo "================"
|
|||||||
|
|
||||||
echo "Please confirm move of above branches [y/N]:"
|
echo "Please confirm move of above branches [y/N]:"
|
||||||
|
|
||||||
read line
|
read -r line
|
||||||
case $line in
|
case "$line" in
|
||||||
[Yy]|[Yy][Ee][Ss]) ;;
|
[Yy]|[Yy][Ee][Ss]) ;;
|
||||||
*) exit 1 ;;
|
*) exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user