Skip to content
New issue

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

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

Already on GitHub? # to your account

#47 emailing not working #48

Merged
merged 2 commits into from
Nov 30, 2020
Merged

#47 emailing not working #48

merged 2 commits into from
Nov 30, 2020

Conversation

mark-prins
Copy link
Contributor

@mark-prins mark-prins commented Nov 30, 2020

Fixes #47 - had indeed missed one instance of the "." to ".." revert.
Offroad - committing the plugin signing change, as I had some issues with signing the plugin.

@@ -277,8 +277,7 @@ func (r *Report) Write(auth auth.AuthConfig) error {

func GetFilePath(fileName string) string {

homePath, _ := filepath.Abs(".")
filePath := filepath.Join(homePath, "data", fileName+".xlsx")
Copy link
Contributor

Choose a reason for hiding this comment

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

Ugh - sorry I missed it!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ditto.

@mark-prins mark-prins merged commit 0620d63 into master Nov 30, 2020
@mark-prins mark-prins deleted the #47-emailing-not-working branch November 30, 2020 20:13
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emailing not working
2 participants