File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ Bugfixes:
11
+ - Fix ` docs ` command error due to bad templates (#792 )
12
+
10
13
## [ 0.20.2] - 2021-05-06
11
14
12
15
Bugfixes:
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ for version in $versions; do
6
6
file1=" ${templatesDir} /docs-search-app-${version} .js"
7
7
if [ ! -f " ${file1} " ]; then
8
8
echo " Fetching ${file1} " ;
9
- curl " https://github.com/purescript/purescript-docs-search/releases/download/v${version} /docs-search-app.js" -o ${file1}
9
+ curl -L " https://github.com/purescript/purescript-docs-search/releases/download/v${version} /docs-search-app.js" -o ${file1}
10
10
fi
11
11
file2=" ${templatesDir} /purescript-docs-search-${version} "
12
12
if [ ! -f " ${file2} " ]; then
13
13
echo " Fetching ${file2} " ;
14
- curl " https://github.com/purescript/purescript-docs-search/releases/download/v${version} /purescript-docs-search" -o ${file2}
14
+ curl -L " https://github.com/purescript/purescript-docs-search/releases/download/v${version} /purescript-docs-search" -o ${file2}
15
15
chmod +x " ${file2} "
16
16
fi
17
17
done
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
3
3
name : spago
4
- version : 0.20.2
4
+ version : 0.20.3
5
5
description : Please see the README on GitHub at <https://github.com/purescript/spago#readme>
6
6
homepage : https://github.com/purescript/spago#readme
7
7
bug-reports : https://github.com/purescript/spago/issues
You can’t perform that action at this time.
0 commit comments