Skip to content

Commit 1672b34

Browse files
committed
fix2
1 parent 35620b8 commit 1672b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/config_function.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func initialConfig(firstPanelPaths []string) (toggleDotFile bool, //nolint: nona
8282

8383
updateFirstFilePanelPaths(firstPanelPaths, cwd, zClient)
8484

85-
slog.Debug("Directory configuration", "cwd", cwd, "start_directories", firstPanelPaths)
85+
slog.Debug("Directory configuration", "cwd", cwd, "start_paths", firstPanelPaths)
8686
printRuntimeInfo()
8787

8888
toggleDotFile = utils.ReadBoolFile(variable.ToggleDotFile, false)

0 commit comments

Comments
 (0)