Skip to content

Commit ac1e2f4

Browse files
AtomHaresonic2kk
andcommitted
Fix updateSteamDeckLastVers
Co-authored-by: Eamonn Rea <[email protected]>
1 parent 340606c commit ac1e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steamtinkerlaunch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26725,7 +26725,7 @@ function checkSteamDeckLastVers {
2672526725

2672626726
function updateSteamDeckLastVers {
2672726727
# This function updates the 'lastvers' file after a dependency update if there was a version change
26728-
if [ "$( checkSteamDeckSTLUpdated )" -eq 1 ]; then
26728+
if checkSteamDeckSTLUpdated; then
2672926729
echo "$PROGVERS" > "$STLSTEAMDECKLASTVERS"
2673026730
fi
2673126731
}

0 commit comments

Comments
 (0)