Skip to content

Commit

Permalink
fix(config): add quotes for strategy value in comment (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed May 6, 2024
1 parent 467b575 commit eebfd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/atuin-client/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ records = true
## possible values: auto, static
## auto: length of the selected command.
## static: length of the longest command stored in the history.
# strategy = auto
# strategy = "auto"

0 comments on commit eebfd04

Please sign in to comment.