mason.notify: fix munged refactoring

db4
Slava Pestov 2009-05-11 22:04:54 -05:00
parent cff70d6a9f
commit d8a0441837
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ IN: mason.notify
] { } make prepend
[ 5 ] 2dip '[
<process>
_ >>command
_ [ +closed+ ] unless* >>stdin
_ >>command
try-output-process
] retry
] [ 2drop ] if ;
@ -47,4 +47,4 @@ IN: mason.notify
] bi ;
: notify-release ( archive-name -- )
"Uploaded " prepend [ print flush ] [ mason-tweet ] bi ;
"Uploaded " prepend [ print flush ] [ mason-tweet ] bi ;