Thanks LeGrandMAG for finding this issue and double thanks for proposing a fix. That fix would resolve you situation, but would break other use cases.
The links are wrong yes, but the cause of it is, that if the remoteRenderingDomain or arrAccountDomain parameter is only specified in the json file and not on the command line, the function (ToDomain) is never called on these values. The ToDomain function will sanitize them and add the missing https://.
That was absolutely a bug in the script and sorry about that.
We will also update the documentation accordingly.
Closes #94
Thanks LeGrandMAG for finding this issue and double thanks for proposing a fix. That fix would resolve you situation, but would break other use cases.
The links are wrong yes, but the cause of it is, that if the remoteRenderingDomain or arrAccountDomain parameter is only specified in the json file and not on the command line, the function (ToDomain) is never called on these values. The ToDomain function will sanitize them and add the missing https://.
That was absolutely a bug in the script and sorry about that.
We will also update the documentation accordingly.