Skip to content

Commit

Permalink
fix: Fix persistent state mode when using cd command with an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 14, 2025
1 parent c75267d commit 02010ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cdcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (c *Config) newCDCmd() *cobra.Command {
Annotations: newAnnotations(
createSourceDirectoryIfNeeded,
doesNotRequireValidConfig,
persistentStateModeReadOnly,
persistentStateModeReadWrite,
requiresWorkingTree,
runsCommands,
),
Expand Down

0 comments on commit 02010ba

Please sign in to comment.