bugfix found during port to stable (#351)

This commit is contained in:
Alejandro R Mosteo
2021-09-14 09:30:01 +02:00
committed by GitHub
parent 0d57828de3
commit f24436e0f1
+1 -1
View File
@@ -145,7 +145,7 @@ for file in $CHANGES; do
echo FETCHED BINARY crate OK
else
echo LISTING EXECUTABLES of crate $milestone
cd ${crate}_*
cd ${crate}_${version}_*
alr run -d --list
cd ..
fi