Skip to content

Commit

Permalink
Merge pull request #2942 from Azure/anthony-c-martin-patch-1
Browse files Browse the repository at this point in the history
Fix accidental testing change
  • Loading branch information
anthony-c-martin authored Aug 10, 2023
2 parents 77567eb + d083af1 commit dd87906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator/constants.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import os from 'os';
import path from 'path';

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

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

0 comments on commit dd87906

Please sign in to comment.