fix: throw an error when trying to edit config for nonexistent app #69

Closed
knoflook wants to merge 1 commits from knoflook:config-fix into main
Owner

closes #67

closes #67
knoflook added 1 commit 2021-09-04 06:12:50 +00:00
decentral1se requested changes 2021-09-04 18:20:27 +00:00
@ -38,2 +38,4 @@
}
if appFiles[appName].Path == "" {
return errors.New("app doesn't exist")
Owner
logrus.Fatalf("'%s' doesn't exist?", appFiles[appName].Path)
```golang logrus.Fatalf("'%s' doesn't exist?", appFiles[appName].Path) ```
Owner

Doing some refactoring and got a fix in 273db078b0 for this. Aiming to spare you the merge conflict 🤕 Will close this off. Thanks!

Doing some refactoring and got a fix in https://git.coopcloud.tech/coop-cloud/go-abra/commit/273db078b03f4fa4b8e3d71fb23719bba334aaa4 for this. Aiming to spare you the merge conflict 🤕 Will close this off. Thanks!
decentral1se closed this pull request 2021-09-05 19:49:16 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No description provided.