updated user agent

This commit is contained in:
Alif Rachmawadi
2019-08-19 22:26:44 +07:00
parent 0fdcd6ee16
commit 9267b2d4d1
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ async function getLatestVersion(
channel: string
): Promise<string> {
const releasesUrl: string = `${storageUrl}/releases_${osName()}.json`;
const rest: restm.RestClient = new restm.RestClient('setup-go');
const rest: restm.RestClient = new restm.RestClient('flutter-action');
const storage: IFlutterStorage | null = (await rest.get<IFlutterStorage | null>(
releasesUrl
)).result;