Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored Sep 22, 2024
1 parent 3b6da44 commit 8ad7265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/altaera_pre-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
} &> /dev/null 2>&1;

if [ $(bash 'AltaeraAI/kcpp-ae-version_package.sh'
) = "v5.7.5.tar.gz" ]; then
) = "v5.7.6.tar.gz" ]; then
cd "AltaeraAI"
rm -rf 'AltaeraAI/kcpp-ae-version_package.sh'
rm -rf 'altaera-update_content.sh'
Expand Down
2 changes: 1 addition & 1 deletion scripts/kcpp-ae-version_package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

echo "v5.7.5.tar.gz"
echo "v5.7.6.tar.gz"

exit

0 comments on commit 8ad7265

Please sign in to comment.