Skip to content

Commit

Permalink
Fix aws-china.md to download SHA-256 checksums for kops assets
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Jan 1, 2020
1 parent c323819 commit 2755b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aws-china.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ for asset in "${KOPS_ASSETS[@]}"; do
mkdir -p "$dir"
url="https://kubeupv2.s3.amazonaws.com/kops/$KOPS_VERSION/$asset"
wget -P "$dir" "$url"
wget -P "$dir" "$url.sha1"
wget -P "$dir" "$url.sha256"
done

## Upload assets
Expand Down

0 comments on commit 2755b21

Please sign in to comment.