Skip to content

Commit

Permalink
fix: ttytter status format
Browse files Browse the repository at this point in the history
  • Loading branch information
gojigeje committed Jun 2, 2014
1 parent 9f9d786 commit 6439bfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tweet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ cekonline() {

post_tweet() {
if [[ ! -z "$tweet_status" ]]; then
# getJam
echo "[ttytter] : $tweet_status"
# echo "$tweet_status" | ttytter -status=-
getJam
echo "[ttytter][$getjam] : $tweet_status"
echo "$tweet_status" | ttytter -status=-
else
echo "ERROR_STATUS_KOSONG: $aksi"
fi
Expand Down

0 comments on commit 6439bfc

Please sign in to comment.