Skip to content

Commit

Permalink
fix: bin/redis log message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Dec 7, 2024
1 parent 428e162 commit 26dfc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/redis-add
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (($# == 1)); then
exit 2
fi
log_line "SUMMARY"
log_info "create pgsql ${HOST_TYPE} ${REDIS_SELECTOR} complete!"
log_info "create redis ${HOST_TYPE} ${REDIS_SELECTOR} complete!"
exit 0
fi

Expand Down
2 changes: 1 addition & 1 deletion bin/redis-rm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (($# == 1)); then
exit 2
fi
log_line "SUMMARY"
log_info "create pgsql ${HOST_TYPE} ${REDIS_SELECTOR} complete!"
log_info "create redis ${HOST_TYPE} ${REDIS_SELECTOR} complete!"
exit 0
fi

Expand Down

0 comments on commit 26dfc32

Please sign in to comment.