Closed unforswearing closed 8 years ago
Fixed an error when downloading boiler: the code read fzf-$version-darwin_${binary_arch:-amd64} which produced an error: curl: (22) The requested URL returned error: 404 Not Found
fzf-$version-darwin_${binary_arch:-amd64}
curl: (22) The requested URL returned error: 404 Not Found
Thanks for the contribution!
Fixed an error when downloading boiler: the code read
fzf-$version-darwin_${binary_arch:-amd64}
which produced an error:curl: (22) The requested URL returned error: 404 Not Found