Skip to content

Commit

Permalink
fix: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gojigeje committed Jul 2, 2014
1 parent 88d072e commit 01586d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_array=(
"@yudhasatyaap"
"@yunushadi"
"@Zheezayn"
)
)
3 changes: 2 additions & 1 deletion tweet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ setup() {
bulan=$(date +%m)
tahun=$(date +%Y)
jam=$(date +%H)
menit=$(date +%M)
aksi_array=()

# load plugin
Expand Down Expand Up @@ -66,7 +67,7 @@ if [[ -z "$1" ]]; then
post_tweet

# once more when action is greeting
if [[ $aksi = "twit_greeting" ]]; then
if [[ $aksi = "twit_greeting" || $aksi = "twit_ramadhan_greet" ]]; then
setup
"$aksi"_main
post_tweet
Expand Down

0 comments on commit 01586d4

Please sign in to comment.