Skip to content

Commit dc06c8b

Browse files
0.6.1
1 parent 9b82ae4 commit dc06c8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.6.0 Released on 2019-04-22
3+
## 0.6.1 Released on 2019-04-22
44

55
* Fixed autorest path.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/oad",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": {
55
"name": "Microsoft Corporation",
66
"email": "[email protected]",

src/lib/validators/openApiDiff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class OpenApiDiff {
139139

140140
// When oad is installed locally
141141
{
142-
const result = path.join(__dirname, "..", "..", "..", "..", "autorest", "app.js")
142+
const result = path.join(__dirname, "..", "..", "..", "..", "..", "autorest", "app.js")
143143
if (fs.existsSync(result)) {
144144
return `node ${result}`
145145
}

0 commit comments

Comments
 (0)