diff options
| author | Dan Engelbrecht <[email protected]> | 2025-04-23 09:57:51 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-04-23 09:57:51 +0200 |
| commit | 2d6e62b7914c96e8156c4b47a5d8a3e2364a728f (patch) | |
| tree | 7437a172dfe68f72b8d26a9737ceaaebefff79c6 /src/zen/cmds/workspaces_cmd.cpp | |
| parent | Merge pull request #355 from ue-foundation/di/plugins (diff) | |
| download | archived-zen-2d6e62b7914c96e8156c4b47a5d8a3e2364a728f.tar.xz archived-zen-2d6e62b7914c96e8156c4b47a5d8a3e2364a728f.zip | |
make sure to call MakeSafeAbsolutePathÍnPlace where appropriate (#363)
Diffstat (limited to 'src/zen/cmds/workspaces_cmd.cpp')
| -rw-r--r-- | src/zen/cmds/workspaces_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/cmds/workspaces_cmd.cpp b/src/zen/cmds/workspaces_cmd.cpp index 2ddd0c73a..773734f12 100644 --- a/src/zen/cmds/workspaces_cmd.cpp +++ b/src/zen/cmds/workspaces_cmd.cpp @@ -400,7 +400,7 @@ WorkspaceShareCommand::Run(const ZenCliOptions& GlobalOptions, int argc, char** } else { - MakeSafeAbsolutePath(m_SystemRootDir); + MakeSafeAbsolutePathÍnPlace(m_SystemRootDir); } std::filesystem::path StatePath = m_SystemRootDir / "workspaces"; |