-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct config.toml file handling on Windows (#281)
## Motivation Currently, whenever modifying the `config.toml` file on Windows using `sloctl config` commands an error arises: > Error: rename C:\Users\mh\.config\nobl9\config.toml3389036250 C:\Users\mh\.config\nobl9\config.toml: The process cannot access the file because it is being used by another process. The issue comes from Nobl9 SDK and is fixed by nobl9/nobl9-go#639. ## Related changes - nobl9/nobl9-go#639 ## Testing Tested on Windows 11 23H2 run inside Virtual Box. ![image](https://github.com/user-attachments/assets/81fa4790-3195-4be9-9925-e517f9bb80e0) ## Release Notes `sloctl config` commands which modify _config.toml_ should now work on Windows.
- Loading branch information
1 parent
1012943
commit 6c90863
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.10.0 | ||
0.10.1 |