From af536210056fdbdad279fcbc1065fbd8ac458211 Mon Sep 17 00:00:00 2001 From: Tibor Kiss Date: Thu, 27 Apr 2017 11:20:44 +0200 Subject: [PATCH] [BEAM-2091] Typo in build instructions in Apex Runner's README.md --- runners/apex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runners/apex/README.md b/runners/apex/README.md index 9a82731b25ebd..b9bc74f75d9be 100644 --- a/runners/apex/README.md +++ b/runners/apex/README.md @@ -44,7 +44,7 @@ Then switch to the newly created directory and run Maven to build the Apache Bea ``` cd beam -mvn clean install ‐DskipTests +mvn clean install -DskipTests ``` Now Apache Beam and the Apex Runner are installed in your local Maven repository.