Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-MCaw committed Oct 23, 2024
1 parent d70e298 commit 2920bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alire/alire-publish.adb
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,8 @@ package body Alire.Publish is
if URI.URI_Kind (URL) in URI.Unknown then
Raise_Checked_Error ("Unsupported scheme: " & URL);
elsif URI.URI_Kind (URL) in URI.Private_URIs then
-- A private URL should not be used for packaging via the the
-- community index
-- A private URL should not be used for packaging via the community
-- index
if not Context.Options.For_Private_Index then
Raise_Checked_Error
("The origin cannot use a private remote: " & URL);
Expand Down

0 comments on commit 2920bc3

Please sign in to comment.