Add missing comment
This commit is contained in:
parent
e0112a2876
commit
7fba53317a
|
@ -5,6 +5,7 @@ set -o pipefail
|
|||
set -x
|
||||
pushd /tmp >/dev/null
|
||||
|
||||
# PureScript
|
||||
mkdir project-template
|
||||
pushd project-template >/dev/null
|
||||
spago init -C
|
||||
|
|
Loading…
Reference in New Issue