Skip to content

Commit

Permalink
verify-spelling: fix misspell 'go mod init' call
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 committed Nov 7, 2019
1 parent daca876 commit 89df46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kinder/hack/verify-spelling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ URL="https://github.com/client9/misspell"
echo "Cloning ${URL} in ${TMP_DIR}..."
git clone --quiet --depth=1 "${URL}" "${TMP_DIR}"
pushd "${TMP_DIR}" > /dev/null
go mod init
go mod init misspell
popd > /dev/null

# build misspell
Expand Down
2 changes: 1 addition & 1 deletion operator/hack/verify-spelling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ URL="https://github.com/client9/misspell"
echo "Cloning ${URL} in ${TMP_DIR}..."
git clone --quiet --depth=1 "${URL}" "${TMP_DIR}"
pushd "${TMP_DIR}" > /dev/null
go mod init
go mod init misspell
popd > /dev/null

# build misspell
Expand Down

0 comments on commit 89df46a

Please sign in to comment.