mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #492] [MERGED] fix: Allowed support for spaces in config path #952
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/492
Author: @JohnnyTNguyen
Created: 7/14/2023
Status: ✅ Merged
Merged: 7/14/2023
Merged by: @LGUG2Z
Base:
master← Head:master📝 Commits (1)
799739eAllowed support for spaces in config path📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
komorebic/src/main.rs(+1 -1)📄 Description
fix: If the provided configuration path unfortunately includes a space (like C:/Users/FirstName LastName/...), then komorebi fails to find the configuration file as it gets
'--config=C:/Users/FirstName LastName/...'from komorebic which looks like onlyC:/User/FirstName. Wrapping the path in quotes helps komorebi to find the configuration file.P.S. I'm new to contributing, so if this is improper formatting, or if there's a smart way to supply the config path already without needing this change, I'm open to learning. Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.