Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cmd): check if the ln path that we know are good #220

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

vincenzopalazzo
Copy link
Contributor

Sometimes we may do operations like delete a directory that is linked with coffee, but we forget it.

So this code makes sure that we are operating on a piece of safe information.

Fixes #209

Alternative to #211 this should fix the real problem

@vincenzopalazzo vincenzopalazzo added this to the 0.1-rc1 milestone Dec 30, 2023
Copy link

netlify bot commented Dec 30, 2023

Deploy Preview for coffee-docs canceled.

Name Link
🔨 Latest commit 1d464a4
🔍 Latest deploy log https://app.netlify.com/sites/coffee-docs/deploys/659014c7f176bc0008ee43be

Sometime we may do operation like delete a directory
that it is linked with coffee, but we forget it.

So this code make sure that we are operating on a safe information.

Link: #209
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Copy link
Collaborator

@tareknaser tareknaser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the simple fix
I tried it and it works as expected

@vincenzopalazzo vincenzopalazzo merged commit 1a5e441 into master Dec 30, 2023
9 checks passed
@vincenzopalazzo vincenzopalazzo deleted the macros/check-root branch December 30, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

coffee is not able to recover from cln missing
2 participants