mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Spelling fixes inspired by github.com/client9/misspell
This commit is contained in:
@@ -16,10 +16,10 @@ else
|
||||
fi
|
||||
echo "${reset}"
|
||||
|
||||
# Check if changes to Godeps are reproducable...
|
||||
# Check if changes to Godeps are reproducible...
|
||||
files=($(git diff --cached --name-only --diff-filter ACM | grep "Godeps"))
|
||||
if [[ "${#files[@]}" -ne 0 ]]; then
|
||||
echo -ne "Check if changes to Godeps are reproducable (this is pretty slow)..."
|
||||
echo -ne "Check if changes to Godeps are reproducible (this is pretty slow)..."
|
||||
if ! OUT=$("hack/verify-godeps.sh" 2>&1); then
|
||||
echo
|
||||
echo "${red}${OUT}"
|
||||
|
Reference in New Issue
Block a user