Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
wizyoung committed Jan 28, 2018
1 parent 1b5d109 commit b45d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

python translate.py --site $POPCLIP_OPTION_SITE --destlang $POPCLIP_OPTION_DESTLANG --motherlang $POPCLIP_OPTION_MOTHERLANG --toclipboard $POPCLIP_OPTION_TOCLIPBOARD --location $POPCLIP_OPTION_LOCATION $POPCLIP_URLENCODED_TEXT
/usr/bin/python translate.py --site $POPCLIP_OPTION_SITE --destlang $POPCLIP_OPTION_DESTLANG --motherlang $POPCLIP_OPTION_MOTHERLANG --toclipboard $POPCLIP_OPTION_TOCLIPBOARD --location $POPCLIP_OPTION_LOCATION $POPCLIP_URLENCODED_TEXT

0 comments on commit b45d24a

Please sign in to comment.