aperepel / nifi-api-deploy

Demonstrates NiFi template deployment and configuration via a REST API
Apache License 2.0
68 stars 37 forks source link

Bug in Println line 96 #17

Closed davetorok closed 8 years ago

davetorok commented 8 years ago

sorry... too lazy to do a PR.

Undeploying Controller Service: StandardHttpContextMapCaught:   
groovy.lang.MissingPropertyException: No such property: println for class: NiFiDeploy 
groovy.lang.MissingPropertyException: No such property: println for class: NiFiDeploy
    at NiFiDeploy$_handleUndeploy_closure5.doCall(NiFiDeploy.groovy:96)
    at NiFiDeploy.handleUndeploy(NiFiDeploy.groovy:80)
    at NiFiDeploy.run(NiFiDeploy.groovy:554)

fixed with: 96: println ""

aperepel commented 8 years ago

Thank you Dave, I've had it fixed a while back, but sitting in my local git, not yet pushed :)

aperepel commented 8 years ago

Closed via 566bd9196191b78169d65ecc6c6b34ea83e52241