Skip to content

Commit

Permalink
Merge pull request #14 from errantepiphany/CLOUD-2410
Browse files Browse the repository at this point in the history
[CLOUD-2410] [KIESRV64] "log_ino" typo in kieserver-pull.sh
  • Loading branch information
errantepiphany committed Mar 28, 2018
2 parents 4133044 + fdd9919 commit 235f741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os.kieserver.launch/added/kieserver-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for (( i=0; i<${KIE_CONTAINER_DEPLOYMENT_COUNT}; i++ )); do

log_info "Attempting to pull dependencies for kjar ${i} with 'mvn ${MAVEN_ARGS_PULL}'"
log_info "Using MAVEN_OPTS '${MAVEN_OPTS}'"
log_ino "Using $(mvn --version)"
log_info "Using $(mvn --version)"

# Execute the maven pull of dependencies
mvn $MAVEN_ARGS_PULL
Expand Down

0 comments on commit 235f741

Please sign in to comment.