Skip to content

Commit

Permalink
fix(typo): s/pgk/pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jul 19, 2018
1 parent e601e70 commit 37cd635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl Error {
}
Error::PkgNotFound {
message: _,
} => "Unable to find the 'pgk' directory at the path, set the path as the parent of the 'pkg' directory \n\n",
} => "Unable to find the 'pkg' directory at the path, set the path as the parent of the 'pkg' directory \n\n",
}.to_string()
}
}
Expand Down

0 comments on commit 37cd635

Please sign in to comment.