Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c516a41e authored by Koushik Dutta's avatar Koushik Dutta
Browse files

fix up ROMManagerManifest publish script.

Change-Id: Ie1ff55e89929980d19884065b45f9ee89328fc45
parent f9567740
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -56,12 +56,9 @@ do
    
    if [ -f "ROMManagerManifest/devices.rb" ]
    then
		for device in $ALL_DEVICES
		do
        pushd ROMManagerManifest
			ruby devices.rb $device $VERSION
        ruby devices.rb $DEVICE_NAME $VERSION
        popd
		done
    fi
done