Skip to content

Commit

Permalink
#296 bug fixed after the copado file change
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ventura committed Nov 21, 2022
1 parent ea80602 commit 446c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copado-function/dist/Init.fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ var require_Copado = __commonJS({
Util2.execCommand(
`Initializing mcdev: ${credentialName}, ${credentials[credentialName].client_id}", "${credentials[credentialName].client_secret}", "${credentials[credentialName].auth_url}", "${options.url}", "${options.downloadBUs}", "${options.gitPush}", ${credentials[credentialName].account_id}`,
[
`mcdev init --y.credentialName "${credentialName}" --y.client_id "${credentials[credentialName].client_id}" --y.client_secret "${credentials[credentialName].client_secret}" --y.auth_url "${credentials[credentialName].auth_url}" --y.gitRemoteUrl "${options.url}" --y.account_id ${credentials[credentialName].account_id} --y.downloadBUs "${options.downloadBus}" --y.gitPush "${options.gitPush}"`
`mcdev init --y.credentialName "${credentialName}" --y.client_id "${credentials[credentialName].client_id}" --y.client_secret "${credentials[credentialName].client_secret}" --y.auth_url "${credentials[credentialName].auth_url}" --y.gitRemoteUrl "${options.url}" --y.account_id ${credentials[credentialName].account_id} --y.downloadBUs "${options.downloadBUs}" --y.gitPush "${options.gitPush}"`
],
"Mcdev initialized!"
);
Expand Down

0 comments on commit 446c825

Please sign in to comment.