From aae1e2577928211a8a639622ce55e645d45a597f Mon Sep 17 00:00:00 2001 From: Martyn Welch <martyn.welch@collabora.com> Date: Tue, 26 May 2020 10:33:05 +0100 Subject: [PATCH] Order alphabetically and ensure new line at end of file The latest addition failed to run. This appears to be as a result of the lack of a new line at the end of the file. The latest addition is also not in alphabetical order when the others are so re-sort the ordering. Signed-off-by: Martyn Welch <martyn.welch@collabora.com> --- test-repositories.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-repositories.txt b/test-repositories.txt index 449094f..baa1f31 100644 --- a/test-repositories.txt +++ b/test-repositories.txt @@ -21,6 +21,6 @@ glib-gio-fs gstreamer1.0-decode gupnp-services iptables-basic +ofono rfkill-toggle tumbler-thumbnailing -ofono \ No newline at end of file -- GitLab