Skip to content

Commit

Permalink
fix: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Sep 2, 2024
1 parent ee3abc7 commit 5f0495b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/commands/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ func Execute(c *cli.Context) error {

binDir := filepath.Join(homeDir, fmt.Sprintf(".%s", common.NAME), "bin")
optDir := filepath.Join(homeDir, fmt.Sprintf(".%s", common.NAME), "opt")
metadataDir := filepath.Join(cacheDir, common.NAME, "metadata")
downloadsDir := filepath.Join(cacheDir, common.NAME, "downloads")

log.Infof("distillery/%s", common.AppVersion.Summary)
log.Infof(" os: %s", runtime.GOOS)
Expand Down

0 comments on commit 5f0495b

Please sign in to comment.