diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-19 19:16:37 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-19 19:16:37 +0500 |
| commit | cbd8a0cf8e35b4656fa209ea09007a51e0b6c490 (patch) | |
| tree | f4c06a55e719029e15be8ea8f388de7474b5a6d2 /units/ib_file.zsh | |
| parent | 3eeb496832ba21d849886df9c2c690e3dd49ed80 (diff) | |
units/dump: Fix dump collecting
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'units/ib_file.zsh')
| -rw-r--r-- | units/ib_file.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/ib_file.zsh b/units/ib_file.zsh index 0dff7fb..730c67b 100644 --- a/units/ib_file.zsh +++ b/units/ib_file.zsh @@ -8,7 +8,7 @@ do done ib_file="${cache}/${ib_hash}.json" -dump="${dump} ${ib_file##*/}" +dump=(${dump[@]} ${ib_file##*/}) if [[ -f "${ib_file}" && "${caching_mode}" != "none" ]] then |
