Skip to content

Commit

Permalink
fix(ci): fixup correct path for check_and_update.py (#2777)
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
  • Loading branch information
mudler authored Jul 11, 2024
1 parent 664b2e3 commit d5846c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/checksum_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function check_and_update_checksum() {
idx="$5"

# Download the file and calculate new checksum using Python
new_checksum=$(python3 ./check_and_update.py $uri)
new_checksum=$(python3 ./.github/check_and_update.py $uri)
result=$?

if [[ $result -eq 5 ]]; then
Expand Down

0 comments on commit d5846c8

Please sign in to comment.