From 739f32272ff4079b5638d6293a28ed8ffbbb926e Mon Sep 17 00:00:00 2001 From: Debanshu Kundu Date: Thu, 12 Jan 2017 21:17:29 +0530 Subject: PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 173f8dea8..5d5cae1e8 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ ifeq ($(BUILD_ENTERPRISE_READY),true) tail -n +2 csaml.out >> ecover.out tail -n +2 ccluster.out >> ecover.out tail -n +2 cmetrics.out >> ecover.out - tail -n +2 caccount_migration.out >> ecover.out + tail -n +2 caccount_migration.out >> ecover.out rm -f cldap.out ccompliance.out cmfa.out cemoji.out csaml.out ccluster.out cmetrics.out caccount_migration.out rm -r ldap.test rm -r compliance.test @@ -394,7 +394,7 @@ else echo stopping mattermost $$PID; \ kill $$PID; \ done -endif +endif stop-client: @echo Stopping mattermost client -- cgit v1.2.3-1-g7c22