Skip to content

Commit

Permalink
info: just output the directory without a heading for ease of using i…
Browse files Browse the repository at this point in the history
…t in pipes

info: just output the directory without a heading for ease of using it in pipes
  • Loading branch information
notnmeyer committed Oct 24, 2024
1 parent 30c0086 commit 0808a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var infoCmd = &cobra.Command{
log.Fatal(err)
}

fmt.Printf("Log location: %s\n", dl.ProjectPath)
fmt.Println(dl.ProjectPath)
},
}

Expand Down

0 comments on commit 0808a2e

Please sign in to comment.