Commit 4ec06893 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Arch Linux: correct grammar of irc message

parent a59dc0a4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -227,7 +227,11 @@ update_archlinux_repositories() {
	if [ $new -ne 0 ] || [ $updated -ne 0 ] || [ $old -ne 0 ] || [ $depwait404 -ne 0 ] ; then
		# inform irc channel about new packages
		if [ $new -ne 0 ] ; then
			if [ $new -eq 1 ] ; then
				MESSAGE="Added $new package: $(cat $NEW | xargs echo)"
			else
				MESSAGE="Added $new packages: $(cat $NEW | xargs echo)"
			fi
			irc_message archlinux-reproducible "$MESSAGE"
		fi
		# inform irc channel how many packages of which kind have been scheduled