Skip to content

Commit

Permalink
Merge pull request #3 from niaid/develop
Browse files Browse the repository at this point in the history
Update build
  • Loading branch information
jwj019 authored Mar 7, 2022
2 parents 2314a03 + f018ba8 commit f54f284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ function getHomeDirectory() {
const homeEnv = getHomeEnv();
const home = process.env[homeEnv];
if (home === undefined) {
throw Error(`${homeEnv} is not defined`);
return "/root";
}
if (home === "/github/home") {
// Docker container
Expand Down

0 comments on commit f54f284

Please sign in to comment.