Skip to content

Commit

Permalink
r word
Browse files Browse the repository at this point in the history
  • Loading branch information
izqalan committed Apr 1, 2024
1 parent d3cdec3 commit 613069d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import (
"log"
)

var version string
var build string

var rootCmd = &cobra.Command{
Use: "firehouse",
Short: "A CLI tool for interacting with Firebase",
Long: "A CLI tool for interacting with Firebase services",
Version: version,
Version: build,
}

func init() {
Expand Down

0 comments on commit 613069d

Please sign in to comment.