Skip to content

Commit

Permalink
Use /var/tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jan 25, 2022
1 parent be28e02 commit 851c379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scar/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ class SupervisorUtils:
_SUPERVISOR_GITHUB_REPO = 'faas-supervisor'
_SUPERVISOR_GITHUB_USER = 'grycap'
_SUPERVISOR_GITHUB_ASSET_NAME = 'supervisor'
_SUPERVISOR_CACHE_DIR = '/var/cache/scar'
_SUPERVISOR_CACHE_DIR = '/var/tmp/cache/scar'

@classmethod
def download_supervisor(cls, supervisor_version: str, path: str) -> str:
Expand Down

0 comments on commit 851c379

Please sign in to comment.