Skip to content

Commit cd70da1

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/handlebars-4.7.7
2 parents 41f8dab + 7a36e7e commit cd70da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const startAppServer = (
3737
setPass(adminPass)
3838

3939
if (isProduction()) {
40-
fs.readFile('/home/myproxy/.ssh/authorized_keys', (error, data) => {
40+
fs.readFile('/home/git/.ssh/authorized_keys', (error, data) => {
4141
if (error) {
4242
console.log(error)
4343
}

0 commit comments

Comments
 (0)