chuckwagon
chuckwagon copied to clipboard
chuckCopyConfigBuilder.withNames uses same configuration for all lambdas
chuckPublishConfig := chuckCopyConfigBuilder
.withNames("myFirstLambda", "myOtherLambda")
would currently apply the source myFirstLambda to both the copied myFirstLambda and myOtherLambda Lambdas.
This was an oversight and should be a simple fix.