I have Textmate 1.5.9 and Transmit 3.7

I have my Transmit set up correctly using their option for "DockSend" which makes it easy for me to just drag a file (even from the Textmate Drawer) to the Transmit icon and it will update my remote file fine. Unfortunately, when I try to use the keyboard shortcut (CTRL+SHIFT+F) and choose "Send Document (DockSend)", Textmate will say it's been sent, but nothing actually happens. 
<br /><br />
If anyone could help me out, that'd be great.
<br /><br />
Here is the command showing for the Transmit Bundle "Send Document (DockSend)":

<pre><code>
#!/bin/sh
osascript "${TM_BUNDLE_SUPPORT}/send_to_transmit.applescript" "$TM_FILEPATH" &>/dev/console &
echo "Sent ‘${TM_FILENAME}’ to Transmit"
</code></pre>

Thanks,<br />

Jarod
<br><hr align="left" width="300">
View this message in context: <a href="http://old.nabble.com/Textmate-and-Transmit-Bundle-not-working-tp26907228p26907228.html">Textmate and Transmit Bundle not working</a><br>
Sent from the <a href="http://old.nabble.com/textmate-plugins-f18159.html">textmate-plugins mailing list archive</a> at Nabble.com.<br>