Skip to content

Commit

Permalink
Fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rharish101 committed Dec 30, 2024
1 parent 7f2a9b3 commit 7343c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub const CACHE_PATH: &str = concatcp!(CACHE_DIR, "/state.toml");

/// The directory for system log files
const LOG_DIR: &str = env_or!("LOG_DIR", concatcp!("/var/log/", GREETER_NAME));
/// Path to the cache file
/// Path to the log file
pub const LOG_PATH: &str = concatcp!(LOG_DIR, "/log");

/// Default command for rebooting
Expand Down

0 comments on commit 7343c1c

Please sign in to comment.