aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/seance2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/seance b/.local/bin/seance
index 9c708cf..9013b87 100755
--- a/.local/bin/seance
+++ b/.local/bin/seance
@@ -46,7 +46,7 @@ commit() {
}
[ "${1:-}" = "commit" ] &&
- { commit | grep --file="$spirits" > "$session" || printf "Warning empty or failed session file!\n"; } &&
+ { commit | grep --file="$spirits" >> "$session" || printf "Warning empty or failed session file!\n"; } &&
printf 'Session %s canonized.\n' "$session" &&
exit