Skip to content

Commit

Permalink
fix missing | in arkmanager for #1215
Browse files Browse the repository at this point in the history
  • Loading branch information
chn42 committed Jan 25, 2022
1 parent aa02335 commit 9fc935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/arkmanager
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ getSteamAppInfoCache(){
stat -c "%Y %n" "${d}/appcache/appinfo.vdf"
fi
done |
sort -n
sort -n |
tail -n1 |
cut -d' ' -f2-
)"
Expand Down

0 comments on commit 9fc935a

Please sign in to comment.