diff options
Diffstat (limited to 'installation')
-rw-r--r-- | installation/dgbuilder/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/dgbuilder/pom.xml b/installation/dgbuilder/pom.xml index c45046a5..f1f6c16d 100644 --- a/installation/dgbuilder/pom.xml +++ b/installation/dgbuilder/pom.xml @@ -105,7 +105,7 @@ <goal>exec</goal> </goals> <configuration> - <executable>/bin/echo</executable> + <executable>/bin/mkdir</executable> <arguments> <argument>-p</argument> <argument>${basedir}/target/docker-stage/opt/openecomp/sdnc</argument> |