Merge pull request #218 from rustwasm/fix-typo

fix(typo): s/pgk/pkg
master
ashley williams 7 years ago committed by GitHub
commit cc4016aac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/error.rs

@ -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()
}
}

Loading…
Cancel
Save