Skip to content

Commit

Permalink
fix(wip): forceprojects => force
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jun 16, 2024
1 parent 82c161e commit 0f2fb2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/cmd/time-entry/util/interactive.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ func getProjectID(
}

p, err := uiutil.AskProject(uiutil.AskProjectParam{
UI: ui,
ProjectID: projectID,
Projects: projects,
ForceProjects: w.Settings.ForceDescription,
UI: ui,
ProjectID: projectID,
Projects: projects,
Force: w.Settings.ForceProjects,
})

if p != nil {
Expand Down

0 comments on commit 0f2fb2f

Please sign in to comment.