diff options
Diffstat (limited to 'pywal/sequences.py')
| -rw-r--r-- | pywal/sequences.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py index cf5aae7..bbe7c72 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -69,4 +69,4 @@ def send(colors, vte, cache_dir=CACHE_DIR): util.save_file(sequences, term) util.save_file(sequences, cache_dir / "sequences") - print("colors: Set terminal colors") + print("colors: Set terminal colors.") |
