Skip to content

Commit

Permalink
Add update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Jul 6, 2020
1 parent b43544e commit 9cae613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/update.go
Expand Up @@ -32,6 +32,10 @@ func newUpdateCmd() *updateCmd {
SilenceErrors: true,
RunE: func(cmd *cobra.Command, args []string) error {

//TODO add support to update from a specific URL.
//This allows to update binares from a repo that contains
//multiple tags for different binaries

var bin string
if len(args) > 0 {
bin = args[0]
Expand Down

0 comments on commit 9cae613

Please sign in to comment.