Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Aug 31, 2023
1 parent 3f3d82d commit 4fc596a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configuration/config_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! netbox_api_token = ""
//! ```
//!
//! It will be created at `/etc/opt/.nbs-config.toml`.
//! It will be created at ` ~/.nbs-config.toml`.
use serde::Deserialize;
use std::fs::File;
Expand Down Expand Up @@ -111,7 +111,7 @@ impl ConfigData {
///
/// # Panics
///
/// If it is not able to create a new config file at `etc/opt/.nbs-config.toml` or if it cannot write the defaults
/// If it is not able to create a new config file at `~/.nbs-config.toml` or if it cannot write the defaults
/// to the file, the function panics as this is the main method of configuring the program.
fn initialize_config_file() -> std::io::Result<()> {
// Create new toml table
Expand Down

0 comments on commit 4fc596a

Please sign in to comment.