diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-30 14:01:06 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-12-30 14:01:06 +0300 |
| commit | 420216f69204a6720816ef03cfc73c1fce5a8cf9 (patch) | |
| tree | 03f52dadcd55ece920104f87fcad7d09c4066454 /units/stop.zsh | |
| parent | 7f5c0175e973f2f2795239382446197ebf026515 (diff) | |
*/*: Remove unused return code
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'units/stop.zsh')
| -rw-r--r-- | units/stop.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/stop.zsh b/units/stop.zsh index 66a16e0..43a2fe7 100644 --- a/units/stop.zsh +++ b/units/stop.zsh @@ -10,7 +10,7 @@ fi if [[ ${#user_data} -eq 0 ]] then output_text="You have no data to remove" - return 0 + return fi output_text="Remove all your data or specific one" |
