Skip to content

Commit

Permalink
🔀 fix aliyun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xiagw committed Jun 5, 2024
1 parent a90eef8 commit 40276c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/aliyun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ _functions_update() {
_get_aliyun_profile
# read -rp "Enter functions name ? " fc_name
select line in $(
$cmd_aliyun_p fc GET /2023-03-30/functions --limit=50 --header "Content-Type=application/json;" |
$cmd_aliyun_p fc GET /2023-03-30/functions --limit=100 --header "Content-Type=application/json;" |
jq -r '.functions[].functionName'
) quit; do

Expand Down

0 comments on commit 40276c1

Please sign in to comment.