Skip to content

Commit

Permalink
Merge pull request #186 from humblec/sp
Browse files Browse the repository at this point in the history
Correct prow.sh typo and make codespell linter pass
  • Loading branch information
k8s-ci-robot committed Jan 25, 2022
2 parents 762e22d + d066f1b commit 5d66471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Expand Up @@ -737,7 +737,7 @@ install_csi_driver () {
fi
}

# Installs all nessesary snapshotter CRDs
# Installs all necessary snapshotter CRDs
install_snapshot_crds() {
# Wait until volumesnapshot CRDs are in place.
CRD_BASE_DIR="https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/${CSI_SNAPSHOTTER_VERSION}/client/config/crd"
Expand Down

0 comments on commit 5d66471

Please sign in to comment.