Skip to content

Commit

Permalink
server: move tmp dir to server sub folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 4, 2018
1 parent d3ac27b commit 538b1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/artifactory-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { PackagesResponse } from '../types/PackageResponse';

import config from './config-service.js';
const repoKey = config.artifactory.repoKey;
const tmpDir = `${__dirname}/../tmp`;
const tmpDir = `${__dirname}/tmp`;
const packageDetailCache = {};

process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
Expand Down

0 comments on commit 538b1b3

Please sign in to comment.