diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-23 12:26:44 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-23 12:26:44 +0500 |
| commit | f6fd6702d1442b74096057d7538d0dbec954bf21 (patch) | |
| tree | f3beb46488d881fd1fd4ff745f8f6a472a7e3466 /units/ib_file.zsh | |
| parent | 416e3a36afb1f72197b4e75da2c90343ac26c61c (diff) | |
bot: Rename cache vriables
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 577a1c8..3d5e701 100644 --- a/units/ib_file.zsh +++ b/units/ib_file.zsh @@ -10,7 +10,7 @@ done ib_file="${cache}/${ib_hash}.json" dump=(${dump[@]} ${ib_file##*/}) -if [[ -f "${ib_file}" && "${caching_mode}" != "none" ]] +if [[ -f "${ib_file}" && "${cache_mode}" != "none" ]] then ib_ctime=$(strftime %s) ib_mtime=$(stat +mtime "${ib_file}") |
