Skip to content

Commit

Permalink
rename mapping file
Browse files Browse the repository at this point in the history
  • Loading branch information
ubnt-intrepid committed Nov 2, 2016
1 parent 0d80138 commit c06af59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotfiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl Dotfiles {
}

fn read_entries(root_dir: &Path) -> Vec<Entry> {
let ref entries = util::read_toml(root_dir.join(".entries")).unwrap();
let ref entries = util::read_toml(root_dir.join(".mappings")).unwrap();

let mut buf = Vec::new();
read_entries_from_key(&mut buf, entries, root_dir, "general");
Expand Down
File renamed without changes.

0 comments on commit c06af59

Please sign in to comment.