Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 9a08cc2

Browse files
authored
Merge pull request #139 from neolit123/fix-build-of-misspell-for-go1.13
fix the build of misspell for go 1.13
2 parents 46a8cc6 + 39b1e05 commit 9a08cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-spelling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ URL="https://github.com/client9/misspell"
3838
echo "Cloning ${URL} in ${TMP_DIR}..."
3939
git clone --quiet --depth=1 "${URL}" "${TMP_DIR}"
4040
pushd "${TMP_DIR}" > /dev/null
41-
go mod init
41+
go mod init misspell
4242
popd > /dev/null
4343

4444
# build misspell

0 commit comments

Comments
 (0)