fix(typo): s/pgk/pkg

master
Ashley Williams 7 years ago
parent e601e701a7
commit 37cd63561d
  1. 2
      src/error.rs

@ -73,7 +73,7 @@ impl Error {
} }
Error::PkgNotFound { Error::PkgNotFound {
message: _, 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() }.to_string()
} }
} }

Loading…
Cancel
Save