Skip to content

Commit

Permalink
Revert env directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
shrsv committed Aug 6, 2023
1 parent 8f99f81 commit c4fae6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func Process(version string) {
}

preprocess.LoadEnvironments(dir)
defer utils.ChangeWorkingDir(oldDir)
utils.ChangeWorkingDir(oldDir)
p := parser.NewLama2Parser()
parsedAPI, e := p.Parse(apiContent)
if o.Convert != "" {
Expand Down
1 change: 1 addition & 0 deletions elfparser/ElfTestSuite/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
404.json

0 comments on commit c4fae6a

Please sign in to comment.