Skip to content

Commit dd87906

Browse files
Merge pull request #2942 from Azure/anthony-c-martin-patch-1
Fix accidental testing change
2 parents 77567eb + d083af1 commit dd87906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generator/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
3+
import os from 'os';
34
import path from 'path';
45

56
export const generatorRoot = path.resolve(__dirname, '../');
67

7-
export const specsRepoPath = path.join('C:', 'schm_azspc');
8+
export const specsRepoPath = path.join(os.tmpdir(), 'schm_azspc');
89
export const specsRepoUri = 'https://github.com/azure/azure-rest-api-specs';
910
export const specsRepoCommitHash = 'origin/main';
1011
// eslint-disable-next-line no-useless-escape

0 commit comments

Comments
 (0)