Skip to content

Commit

Permalink
feat: correct publish path (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamstyz4ever authored Feb 2, 2024
1 parent fc70884 commit 568cf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function publishJobTemplate(config) {
* @return {Promise} Resolves if publishes successfully
*/
async function publishPipelineTemplate(config) {
const template = await publishTemplate(config, '/pipeline/template');
const template = await publishTemplate(config, 'pipeline/template');

return {
namespace: template.namespace,
Expand Down

0 comments on commit 568cf1b

Please sign in to comment.