Skip to content

Commit

Permalink
fix: small typo between 1 and 0
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomHare authored May 20, 2024
1 parent b04fedd commit f52ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -26204,7 +26204,7 @@ function checkSteamDeckLastVers {

function updateSteamDeckLastVers {
# This function updates the 'lastvers' file after a dependency update if there was a version change
if [ "$( checkSteamDeckSTLUpdated )" -eq 0 ]; then
if [ "$( checkSteamDeckSTLUpdated )" -eq 1 ]; then
echo "$PROGVERS" > "$STLSTEAMDECKLASTVERS"
fi
}
Expand Down

0 comments on commit f52ca74

Please sign in to comment.