Skip to content

Commit

Permalink
fix: fcli ssc appversion-artifact download: Include externalmetadat…
Browse files Browse the repository at this point in the history
…a.xml in current state FPR download by passing arbitrary clientVersion parameter to SSC (fixes #257)
  • Loading branch information
rsenden committed Mar 9, 2023
1 parent 16345d4 commit 2694ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public static String DOWNLOAD_PROJECT_TEMPLATE(String projectTemplateId) {
}

public static String DOWNLOAD_CURRENT_FPR(String applicationVersionId, boolean includeSource) {
return String.format("/download/currentStateFprDownload.html?mat={downloadToken}&id=%s&includeSource=%b", applicationVersionId, includeSource);
return String.format("/download/currentStateFprDownload.html?mat={downloadToken}&id=%s&includeSource=%b&clientVersion=16.10", applicationVersionId, includeSource);
}

public static String DOWNLOAD_CLOUDSCAN_FPR(String jobToken) {
Expand Down

0 comments on commit 2694ffe

Please sign in to comment.