Closed massongit closed 5 months ago
https://github.com/golangci/misspell/blob/f33d7fdd6dd3f230fbd45f2c6295dc69895c1313/install-misspell.sh#L110 The above code indicates that the file name of the asset used on machines with amd64 architecture ends with 64bit.tar.gz. However, in v0.5.1, asset file names are not created according to this rule. Therefore, install-misspell.sh does not work properly.
64bit.tar.gz
install-misspell.sh
fixed by 8e11bcac68fe3b4af23ae64bad74fd48d758f0e5
I updated the assets and the script.
https://github.com/golangci/misspell/blob/f33d7fdd6dd3f230fbd45f2c6295dc69895c1313/install-misspell.sh#L110 The above code indicates that the file name of the asset used on machines with amd64 architecture ends with
64bit.tar.gz
. However, in v0.5.1, asset file names are not created according to this rule. Therefore,install-misspell.sh
does not work properly.