Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
feat: log file ends in .txt to make it easier to server via web serv
Lars Wirzenius committed 2 years ago
commit a5e8bfed79cef07a2116addd9b6c45aff3e02a8d
parent 3b1cfbd
1 file changed +1 -1
modified src/main.rs
@@ -57,7 +57,7 @@ fn fallible_main() -> Result<(), NativeError> {
    logfile.write(format!("run directory {}\n", run_dir.display()))?;

    let src = run_dir.join("src");
-
    let run_log = run_dir.join("log");
+
    let run_log = run_dir.join("log.txt");

    let profile = Profile::load().map_err(NativeError::LoadProfile)?;
    let storage = profile.storage.path();