Skip to content

Commit 9d66cab

Browse files
committed
fixed ice log error [skip ci]
1 parent c3569c6 commit 9d66cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

retroarch/component_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ retroarch_updater() {
2323

2424
log i "Updating filters..."
2525
create_dir "$shaders_path/retroarch/filters"
26-
tar -h -xzf "$retroarch_extras_path/filters.tar.gz" -C "$shaders_path/retroarch/filters" --overwrite && log d "RetroArch shaders updated correctly"
26+
tar -h -xzf "$retroarch_extras_path/filters.tar.gz" -C "$shaders_path/retroarch/filters" --overwrite && log d "RetroArch filters updated correctly"
2727

2828
log i "Updating cheats..."
2929
create_dir "$cheats_path/retroarch"

0 commit comments

Comments
 (0)