launcher: fix typo

This commit is contained in:
Rodrigo Arias 2021-02-03 13:51:04 +01:00
parent 0faf22a43f
commit d84ccf566b

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
echo echo
echo "You can manually run the experiment and fetch the results with:" echo "You can manually run the experiment and fetch the results with:"
echo echo
echo -e "\e[30;48;5;2mgarlic -RFv ${trebuchetStage}\e[0m" echo -e "\e[30;48;5;2mgarlic -RFv ${trebuchet}\e[0m"
echo echo
echo "See garlic(1) for more details." echo "See garlic(1) for more details."
exit 1 exit 1