Fix scala version

This commit is contained in:
Sirius902 2021-02-25 18:32:13 -08:00
parent 0d3517fe56
commit 84fb5e0b9c
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "rustc --version"
echo '---'
echo 'scala'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "scala -version"
lxc-attach --clear-env -n piston -- /bin/bash -l -c "scalac -version"
echo '---'
echo 'swift'