diff --git a/AutomaticClockOuts/clock_out.js b/AutomaticClockOuts/clock_out.js index b72967c..7f570b4 100644 --- a/AutomaticClockOuts/clock_out.js +++ b/AutomaticClockOuts/clock_out.js @@ -32,7 +32,7 @@ const doClockOut = async (context) => { if(totalClockOutsExecuted > 0){ axios.post(slackWebHook, { - "text": `Hey guys, I just did a clock out for you. \nPlease visit https://timetracker.ioet.com/ and set the right end time for your entries :pls: \n- ${usersWithClockOut.join('\n- ')}` + "text": `Hey guys, I did a clock out for you. \nPlease visit https://timetracker.ioet.com/ and set the right end time for your entries :pls: \n- ${usersWithClockOut.join('\n- ')}` } ) .then(function (response) { diff --git a/AutomaticClockOuts/readme.md b/AutomaticClockOuts/readme.md index 460931a..6da3082 100644 --- a/AutomaticClockOuts/readme.md +++ b/AutomaticClockOuts/readme.md @@ -29,7 +29,7 @@ func azure functionapp publish time-tracker-azure-functions ``` NOTE: -Don't forget to set the following environment variables to make this app work locally: +Don't forget to set the following environment variables to make the app work locally: ```sh ENDPOINT='XXX'