Skip to content

Commit

Permalink
trivial: Fix minor typo in Makefile
Browse files Browse the repository at this point in the history
Just fixes some scrambled wording in the output when running the
create-repos task.

Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Oct 4, 2023
1 parent 9d672c0 commit b9e1bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,5 @@ $(CREATE_REPOS):
fi; \
echo "Created repository $(REPO)"; \
else \
echo "Repository already $(REPO) exists"; \
echo "Repository $(REPO) already exists"; \
fi

0 comments on commit b9e1bc5

Please sign in to comment.