这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions contrib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
},
{
"name": "sshcommand",
"version": "0.18.0",
"version": "0.19.0",
"urls": {
"amd64": "https://github.com/dokku/sshcommand/releases/download/v0.18.0/sshcommand",
"arm64": "https://github.com/dokku/sshcommand/releases/download/v0.18.0/sshcommand"
"amd64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand",
"arm64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand"
}
}
],
Expand Down Expand Up @@ -93,4 +93,4 @@
}
}
]
}
}
1 change: 0 additions & 1 deletion plugins/ssh-keys/subcommands/list
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ cmd-ssh-keys-list() {
FORMAT=""
fi

verify_ssh_key_file
if [[ "$FORMAT" == "json" ]]; then
if [[ -n "$NAME" ]]; then
sshcommand list dokku "" "$FORMAT" | jq -cM "[.[] | select(.name == \"$NAME\")]"
Expand Down
Loading