Skip to content

Commit

Permalink
Merge pull request #1216 from chn42/master
Browse files Browse the repository at this point in the history
fix missing | in arkmanager for #1215
  • Loading branch information
klightspeed committed Jan 25, 2022
2 parents aa02335 + 9fc935a commit 7b2f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/arkmanager
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 7b2f997

Please sign in to comment.