Skip to content

Commit

Permalink
Fix broken comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Oct 19, 2024
1 parent 06424df commit 5996b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var installCmd = &cobra.Command{
if strings.HasPrefix(secretKey, "-") {
lib.CheckFatalError(fmt.Errorf("secret key %#v looks like a CLI flag, please use a secret key that does not start with a -", secretKey))
}
// TODO: Add a check to crash if secretKey looks like a flag lib.CheckFatalError(install(secretKey, *offlineInstall, *skipConfigModification))
lib.CheckFatalError(install(secretKey, *offlineInstall, *skipConfigModification))
if os.Getenv("HISHTORY_SKIP_INIT_IMPORT") == "" {
db, err := hctx.OpenLocalSqliteDb()
lib.CheckFatalError(err)
Expand Down

0 comments on commit 5996b83

Please sign in to comment.