Skip to content

Commit

Permalink
fix usage of stack list deps in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Jan 19, 2020
1 parent fa87a71 commit 575ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cp "$FULL_BIN" bundle/build/psc-package
# Copy extra files to the staging directory
cp LICENSE bundle/build/psc-package/

stack list-dependencies >bundle/build/psc-package/dependencies.txt
stack ls dependencies >bundle/build/psc-package/dependencies.txt

# Make the binary bundle
pushd bundle/build > /dev/null
Expand Down

0 comments on commit 575ba86

Please sign in to comment.