Skip to content

Commit 6ec0462

Browse files
author
Nick A
committed
Fixed typo in fallout76
1 parent 55e0bc0 commit 6ec0462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/tabs/gaming/fallout-76/fallout76settings.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ find_common_paths() {
171171
IFS='
172172
'
173173
for steam_dir in $steamapps_dirs; do
174-
fo76_path="$steam_dir/common/Fallout76"
175-
if [ -d "$fo76_path" ]; then
176-
common_paths="$common_paths$fo76_path
174+
fallout76_path="$steam_dir/common/Fallout76"
175+
if [ -d "$fallout76_path" ]; then
176+
common_paths="$common_paths$fallout76_path
177177
"
178178
fi
179179
done

0 commit comments

Comments
 (0)