aboutsummaryrefslogtreecommitdiff
path: root/cmd/krino/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/krino/sort.go')
-rw-r--r--cmd/krino/sort.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/krino/sort.go b/cmd/krino/sort.go
index 54d5574..c2038fd 100644
--- a/cmd/krino/sort.go
+++ b/cmd/krino/sort.go
@@ -274,6 +274,10 @@ func cmdSort(g *globals, names []string, stdout, stderr io.Writer) int {
return stopAfterApply(action, nil)
}()
+ // The directory is done, applied or not: the next one plans against
+ // the disk, with only this run's actual results still claimed.
+ sess.FinishDirectory()
+
if quit {
break
}