Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
fix: set default value for releaseVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
flabatut committed Jan 26, 2024
1 parent 0808c12 commit f55e1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bitwarden-cli.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
releaseVersion: "v2024.1.0"
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func initConfig() {

// Search config in home directory with name ".bitwarden-cli" (without extension).
viper.AddConfigPath(home)
viper.AddConfigPath(".") // optionally look for config in the working directory
viper.SetConfigType("yaml")
viper.SetConfigName(".bitwarden-cli")
}
Expand Down

0 comments on commit f55e1cf

Please sign in to comment.