mirror of
https://github.com/RGBCube/ncc
synced 2025-09-13 17:47:57 +00:00
nushell: fix typo
This commit is contained in:
parent
f5d0bb39f4
commit
a99bd65063
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ module dump {
|
||||||
print $"(ansi red)thought dump was emptied(ansi reset)"
|
print $"(ansi red)thought dump was emptied(ansi reset)"
|
||||||
delete $namespace --existed-before ($old_dump_size != null)
|
delete $namespace --existed-before ($old_dump_size != null)
|
||||||
} else if $old_dump_hash == (open $dump_path | hash sha256) {
|
} else if $old_dump_hash == (open $dump_path | hash sha256) {
|
||||||
print $"(ansi yellow)thought dump was not modifier, doing nothing(ansi reset)"
|
print $"(ansi yellow)thought dump was not modified, doing nothing(ansi reset)"
|
||||||
} else {
|
} else {
|
||||||
print $"(ansi magenta)thought dump was edited(ansi reset)"
|
print $"(ansi magenta)thought dump was edited(ansi reset)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue