mirror of
https://github.com/iv-org/youtube-utils.git
synced 2025-04-03 06:35:36 -04:00
Fix typo in variable name: s/toekn/token/
This commit is contained in:
parent
2e11ec2e4a
commit
fce9410328
@ -271,7 +271,7 @@ case $endpoint_option in
|
||||
printf "Enter continuation token []: "
|
||||
read token
|
||||
|
||||
if [ -z $toekn ]; then echo "Error: token required"; return 1; fi
|
||||
if [ -z $token ]; then echo "Error: token required"; return 1; fi
|
||||
partial_data="\"continuation\":\"${token}\""
|
||||
fi
|
||||
;;
|
||||
@ -295,7 +295,7 @@ case $endpoint_option in
|
||||
printf "Enter continuation token []: "
|
||||
read token
|
||||
|
||||
if [ -z $toekn ]; then echo "Error: token required"; return 1; fi
|
||||
if [ -z $token ]; then echo "Error: token required"; return 1; fi
|
||||
partial_data="\"continuation\":\"${token}\""
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user