Skip to content

Commit

Permalink
Modified default logs archive name as requested in off the git review
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Dec 4, 2023
1 parent f453560 commit b1a7173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-cli/src/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const DEFAULT_PATHS: [&str; 14] = [
"/linuxrc.config",
];

const DEFAULT_RESULT: &str = "/tmp/agama_logs";
const DEFAULT_RESULT: &str = "/tmp/agama-logs";
// what compression is used by default:
// (<compression as distinguished by tar>, <an extension for resulting archive>)
const DEFAULT_COMPRESSION: (&str, &str) = ("bzip2", "tar.bz2");
Expand Down

0 comments on commit b1a7173

Please sign in to comment.