Removed ill-thought native/platform rests

This commit is contained in:
Alejandro R Mosteo
2018-02-28 13:45:23 +01:00
parent f06a81b94b
commit d178f6426f
12 changed files with 59 additions and 103 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ package body Alire.Releases is
use GNAT.IO;
begin
-- MILESTONE
Put_Line (R.Milestone_Image & ": " & R.Description);
Put_Line (R.Milestone.Image & ": " & R.Description);
-- ORIGIN
Put_Line ("Origin: " & R.Origin.Image);