diff --git a/colour-changelog b/colour-changelog index 55bf4b4..741d144 100755 --- a/colour-changelog +++ b/colour-changelog @@ -85,7 +85,7 @@ done if (( WATCH_MODE == 1 )); then export CHANGELOG_URL MAX_LINES export -f colourise_CL - watch -n "$REFRESH_INTERVAL" -t -c "colourise_CL" + watch -n "$REFRESH_INTERVAL" -t -c "$0 -u \"$CHANGELOG_URL\" -l \"$MAX_LINES\"" exit $? else colourise_CL