Skip to content

Commit

Permalink
fix: adjust checksums.yml path after move
Browse files Browse the repository at this point in the history
Co-authored-by: Max Gautier <[email protected]>
  • Loading branch information
simon-wessel and VannTen authored Jan 17, 2024
1 parent 0a57d53 commit 9c01fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import requests
from ruamel.yaml import YAML

CHECKSUMS_YML = "../roles/download/defaults/main/checksums.yml"
CHECKSUMS_YML = "../roles/kubespray-defaults/defaults/main/checksums.yml"

def open_checksums_yaml():
yaml = YAML()
Expand Down

0 comments on commit 9c01fdc

Please sign in to comment.