Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 3, 2023
1 parent 4f0df6b commit 393d4ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/alr/alr-commands-edit.adb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ package body Alr.Commands.Edit is
Reportaise_Command_Failed
("'" & Exec & "' not available or not in PATH.");
end if;
return;
end if;
end;

Expand Down
2 changes: 0 additions & 2 deletions src/alr/alr-commands-index.adb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ package body Alr.Commands.Index is
begin
if not Result.Success then
Reportaise_Command_Failed (Alire.Message (Result));
return;
end if;

-- Find matching index and delete
Expand Down Expand Up @@ -159,7 +158,6 @@ package body Alr.Commands.Index is
begin
if not Result.Success then
Reportaise_Command_Failed (Alire.Message (Result));
return;
end if;

Table
Expand Down

0 comments on commit 393d4ce

Please sign in to comment.