Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jan 20, 2025
1 parent b0cf2fb commit 1570f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cmd/system/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

package system

import "github.com/spf13/cobra"
import (
"github.com/spf13/cobra"
)

func MakeInstall() *cobra.Command {

Expand Down
2 changes: 1 addition & 1 deletion pkg/get/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (tool Tool) GetURL(os, arch, version string, quiet bool) (string, error) {
if len(version) == 0 {

if !quiet {
log.Printf("Looking up version for %s", tool.Name)
log.Printf("Looking up version for: %s", tool.Name)
}

var releaseType string
Expand Down

0 comments on commit 1570f27

Please sign in to comment.