diff --git a/common/noter b/common/noter index c60edab..d853509 100755 --- a/common/noter +++ b/common/noter @@ -15,6 +15,6 @@ if [ -z "$1" ]; then elif [[ "$1" -eq "publish" ]]; then publish else - echo -e "

$(echo $timestamp): ${1}

\n" >> $current_note + echo -e "

$(echo $timestamp): ${@}

\n" >> $current_note fi