Skip to content

Commit 05b9d65

Browse files
committed
Update release email command
1 parent 008fd63 commit 05b9d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ EOF
167167

168168
if command -v himalaya > /dev/null
169169
then
170-
himalaya --mailbox Drafts save < "${EMAIL}"
170+
himalaya --folder Drafts save < "${EMAIL}"
171171
echo "Draft email created"
172172
else
173173
echo "Draft email created in ${EMAIL}"

0 commit comments

Comments
 (0)