summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDebanshu Kundu <debanshu.kundu@joshtechnologygroup.com>2017-01-12 21:17:29 +0530
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-12 10:47:29 -0500
commit739f32272ff4079b5638d6293a28ed8ffbbb926e (patch)
tree41003e0c12c7ca1bd517bac0d29dd6cd9a3d59bb /Makefile
parent99493bc5fa11d8e50d46c19e2678ddb2c99c0bbb (diff)
downloadchat-739f32272ff4079b5638d6293a28ed8ffbbb926e.tar.gz
chat-739f32272ff4079b5638d6293a28ed8ffbbb926e.tar.bz2
chat-739f32272ff4079b5638d6293a28ed8ffbbb926e.zip
PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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