Change summary
cmd/t/u.go | 2 +-
internal/session/session_test.go | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
Detailed changes
@@ -188,7 +188,7 @@ func runUpdateTask(cmd *cobra.Command, _ []string) error {
if err != nil {
return err
}
-
+
if len(pending) == 0 && len(inProgress) == 0 {
_, _ = fmt.Fprintln(out, "No pending tasks remaining. If you've completed the goal, escalate to the operator and obtain confirmation before archiving the session with `np a`.")
} else {
@@ -396,4 +396,3 @@ func TestLatestArchivedByPathWithMissingDoc(t *testing.T) {
t.Fatalf("expected to find session1 %s, got %s", archived1.SID, latest.SID)
}
}
-