Skip to content

Commit

Permalink
Update altaera-check_for_updates.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored Nov 20, 2023
1 parent cc5b4cd commit 85c019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/altaera-check_for_updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case $response in
} &> /dev/null 2>&1;

if [ $(bash 'AltaeraAI/altaera-version_upstream.sh'
) = "v3.1.1" ]; then
) = "v3.1.2" ]; then
rm -rf 'AltaeraAI/altaera-version_upstream.sh'
bash 'AltaeraAI/altaera-up_to_date.sh'
exit
Expand Down

0 comments on commit 85c019b

Please sign in to comment.