]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix indentation issue in demo build script
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 5 Oct 2016 09:48:15 +0000 (12:48 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 5 Oct 2016 10:10:14 +0000 (10:10 +0000)
Change-Id: Ic820129383a712078791e7fc0140d7a11b8b1f43

scripts/BuildHelpers.py

index 8a9baee6a02cba8ee6c32aa3103c8c986b3b0511..02fddc7af3e5b103565daf533f61b4dc91860b05 100644 (file)
@@ -78,7 +78,7 @@ def mavenValidate(artifactId, mvnCmd = mavenCmd, logFile = sys.stdout, version =
        cmd = [mvnCmd]
        cmd.append("-Dvaadin.version=%s" % (version))
        # Enforcer does not always seem to take vaadin.version into account, skip until this can be resolved
-    cmd.append("-Denforcer.skip=true")
+       cmd.append("-Denforcer.skip=true")
        if mavenParams is not None:
                cmd.extend(mavenParams.strip('"').split(" "))
        cmd.extend(["clean", "package", "validate"])