Skip to content

Commit

Permalink
Improve dirty.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Jul 2, 2024
1 parent 0339d3c commit 6df2376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/testdata-generator/dirty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ do
done

if [ -z "$device_id" ] ;then
echo "Missing device ID, use '-d <DEVICE_ID>')"
echo "Missing device ID, use '-d <DEVICE_ID>'"
adb devices
exit 1
else
echo "Device ID is $device_id"
Expand Down

0 comments on commit 6df2376

Please sign in to comment.