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

workspace-init-logger.sh does an error when ran outside the project root #148

Closed
apolopena opened this issue Jul 28, 2021 · 0 comments
Closed
Assignees
Labels
bug Something isn't working passed-dev-qa Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main

Comments

@apolopena
Copy link
Owner

apolopena commented Jul 28, 2021

Describe the bug

If any log functions of the workspace-init-logger.sh script are called in a script from any location other than the project root, an error will be thrown

Steps to reproduce

. .gp/bash/workspace-init-logger.sh
cd .gp && log "this will throw an error"

Expected behavior

the log functions of workspace-init-logger.sh should be able to be called from anywhere without throwing an error

Additional information

none

@apolopena apolopena added the bug Something isn't working label Jul 28, 2021
@apolopena apolopena self-assigned this Jul 28, 2021
@apolopena apolopena changed the title workspace-init-logger.sh does throws an error when used a non project root location workspace-init-logger.sh does throws an error when outside the project root Aug 4, 2021
@apolopena apolopena changed the title workspace-init-logger.sh does throws an error when outside the project root workspace-init-logger.sh does an error when ran outside the project root Dec 21, 2021
@apolopena apolopena added this to the Backlog 🗂 milestone Dec 21, 2021
@apolopena apolopena added the in-development Bug or feature is currently being worked on label Jan 22, 2022
apolopena added a commit that referenced this issue Jan 22, 2022
@apolopena apolopena added in-dev-qa passed-dev-qa Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main and removed in-dev-qa in-development Bug or feature is currently being worked on labels Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working passed-dev-qa Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Projects
None yet
Development

No branches or pull requests

1 participant