diff options
| author | crobibero <cody@robibe.ro> | 2020-10-09 08:51:22 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-09 08:51:22 -0600 |
| commit | 60c0cc1d1cd1b6ebd58b47021652782ceddf232e (patch) | |
| tree | 32aca1c535903b5dfccdac9ef39f909a6861923a /apiclient | |
| parent | 2a6ea45ee1106a46c9947995d3b4e314ce68c495 (diff) | |
Fix feed name and url
Diffstat (limited to 'apiclient')
| -rw-r--r-- | apiclient/templates/typescript/axios/generate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiclient/templates/typescript/axios/generate.sh b/apiclient/templates/typescript/axios/generate.sh index 360fe9f33b..8c4d742825 100644 --- a/apiclient/templates/typescript/axios/generate.sh +++ b/apiclient/templates/typescript/axios/generate.sh @@ -4,7 +4,7 @@ artifactsDirectory="${1}" buildNumber="${2}" if [[ -n ${buildNumber} ]]; then # Unstable build - additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable%40Local/npm/registry/" + additionalProperties=",snapshotVersion=-SNAPSHOT.${buildNumber},npmRepository=https://pkgs.dev.azure.com/jellyfin-project/jellyfin/_packaging/unstable/npm/registry/" else # Stable build additionalProperties="" |
