Skip to content

Doesn't work when only cabal project is created #117

Closed
@chshersh

Description

summoner doesn't cd into directory when only cabal project is created. This resulted in whole my home directory uploaded to Github as a single repository. And I didn't like it...

I think the reason for this is because system call to "cd" doesn't change current working directory:

"cd" [repo]

Previously, there was special case for cd in that redirected call to setCurrentDirectory function:

But it doesn't do this anymore. And turns out that this is important.

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions