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 keybase chat sends during packaging #25373

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Conversation

joshblum
Copy link
Member

@joshblum joshblum commented Dec 21, 2022

fixes this which has popped up in the packaging logs:

$ KEYBASE_CONV_ID=xxx ./packaging/slack/send.sh "hi \n
asdfa"
hi \n
asdfa
Sending to Keybase convID: xxx
{"error":{"code":0,"message":"invalid character '\\n' in string escape code"}}
$ KEYBASE_CONV_ID=xxx ./packaging/slack/send.sh "hi"
hi
Sending to Keybase convID: xxx
{"error":{"code":0,"message":"invalid JSON: expected more JSON in input"}}

@mmaxim

@joshblum joshblum merged commit 1204ce5 into master Dec 21, 2022
@joshblum joshblum deleted the joshblum/fix-package-notifs branch December 21, 2022 17:06
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.

None yet

2 participants