From 7b773bd49fddec4101e42690546d606ae7378ba0 Mon Sep 17 00:00:00 2001
From: Alexey Terentyev <axifnx@gmail.com>
Date: Tue, 12 Jun 2018 13:34:56 +0300
Subject: [PATCH] Fixed drone command in readme (#4222)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
---
 integrations/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrations/README.md b/integrations/README.md
index 64041b5469..927368818c 100644
--- a/integrations/README.md
+++ b/integrations/README.md
@@ -13,7 +13,7 @@ Make sure to perform a clean build before running tests:
 
 ## Run all tests via local drone
 ```
-drone exec --local --build.event "pull_request"
+drone exec --local --build-event "pull_request"
 ```
 
 ## Run sqlite integrations tests