We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f6ab0 commit 9689801Copy full SHA for 9689801
1 file changed
crates/core/src/packages/state.rs
@@ -111,7 +111,7 @@ fn get_package_without_docker(package: &Package) -> Result<PackageState> {
111
}
112
113
fn get_package_without_docker_at(base: &Path, package: &Package) -> Result<PackageState> {
114
- let config_path = PackageConfigStore::config_file_path(&base, package.name());
+ let config_path = PackageConfigStore::config_file_path(base, package.name());
115
let config_present = config_path.exists();
116
117
let install = if config_present {
0 commit comments