Fix path for installer
oginstaller/pipeline/head There was a failure building this commit Details

pull/1/head
Nicolas Arenas 2024-11-13 20:57:15 +01:00
parent a09814c113
commit dda794f328
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import curses
import json
import os
CONFIGS_DIR = "./"
CONFIGS_DIR = "/tmp/oginstall"
os.makedirs(CONFIGS_DIR, exist_ok=True)
def main(stdscr):