Skip to content

Commit

Permalink
Sync develop
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Apr 18, 2024
1 parent 228e353 commit 823fe0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Expand Up @@ -65,7 +65,6 @@
- **scoop-update:** Check for running process before wasting time on download ([#5799](https://github.com/ScoopInstaller/Scoop/issues/5799))
- **decompress:** Disable progress bar to improve `Expand-Archive` performance ([#5410](https://github.com/ScoopInstaller/Scoop/issues/5410))
- **shim:** Update kiennq-shim to v3.1.1 ([#5841](https://github.com/ScoopInstaller/Scoop/issues/5841), [#5847](https://github.com/ScoopInstaller/Scoop/issues/5847))
- **scoop-search:** Use SQLite for caching apps to speed up local search ([#5851](https://github.com/ScoopInstaller/Scoop/issues/5851))

### Code Refactoring

Expand Down
3 changes: 0 additions & 3 deletions lib/core.ps1
Expand Up @@ -145,9 +145,6 @@ function set_config {
$scoopConfig.PSObject.Properties.Remove($name)
}

# Initialize config's change
Complete-ConfigChange -Name $name -Value $value

# Save config with UTF8NoBOM encoding
ConvertTo-Json $scoopConfig | Out-UTF8File -FilePath $configFile
return $scoopConfig
Expand Down

0 comments on commit 823fe0b

Please sign in to comment.