Skip to content

Commit

Permalink
Improve syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Mar 9, 2021
1 parent 6d19dc2 commit c1b2ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ jobs:
command: |
for C in ./contracts/*/
do
echo -n "Compiling `basename $C`... "
echo "Compiling `basename $C`..."
(cd $C && cargo build --release --target wasm32-unknown-unknown --locked)
done
- run:
Expand Down

0 comments on commit c1b2ac4

Please sign in to comment.