diff --git a/scripts/epicyon-notification b/scripts/epicyon-notification index b3df2e865..5f3cc5d03 100755 --- a/scripts/epicyon-notification +++ b/scripts/epicyon-notification @@ -270,9 +270,9 @@ function notifications { epicyonMovedLink="${epicyonMovedTo}" epicyonMovedFileContent=$($(echo "$epicyonMovedFrom")" "$(echo "$epicyonMovedMessage")" "$(echo "$epicyonMovedLink")) if [[ "$epicyonMovedFileContent" == *':'* ]]; then - epicyonMovedMessage="Epicyon: $epicyonMovedFileContent" + epicyonMovedFileContent="Epicyon: $epicyonMovedFileContent" fi - sendNotification "$USERNAME" "Epicyon" "$epicyonMovedMessage" + sendNotification "$USERNAME" "Epicyon" "$epicyonMovedFileContent" echo "##sent##" > "$epicyonMovedFile" chown ${PROJECT_NAME}:${PROJECT_NAME} "$epicyonMovedFile" fi