Skip to content

Commit

Permalink
Fix wrong path for send import
Browse files Browse the repository at this point in the history
msgflo-send-message did not work with this wrong import. See issue msgflo#180 for the bug report.
  • Loading branch information
d-e-h-i-o committed Jan 19, 2021
1 parent f70b263 commit 390f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/msgflo-send-message
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require('../bin/utils/send').main()
require('../lib/utils/send').main()

0 comments on commit 390f872

Please sign in to comment.