diff options
Diffstat (limited to 'cli/op_fetch_asset.rs')
-rw-r--r-- | cli/op_fetch_asset.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/op_fetch_asset.rs b/cli/op_fetch_asset.rs index 114aff133..d89ae20b3 100644 --- a/cli/op_fetch_asset.rs +++ b/cli/op_fetch_asset.rs @@ -12,7 +12,7 @@ use std::path::PathBuf; fn get_asset(name: &str) -> Option<&'static str> { macro_rules! inc { ($e:expr) => { - Some(include_str!(concat!("typescript/lib/", $e))) + Some(include_str!(concat!("dts/", $e))) }; } match name { |