Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
hide curl output
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jun 1, 2015
1 parent a2183da commit 4aeb8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd "$basePath/$mainRepo"

function gitter()
{
curl --silent -d message="[cronjob] $1" "$gitterHook"
curl --silent -d message="[cronjob] $1" "$gitterHook" > /dev/null
}

gitter "Start website/api/index building process on PeterDaveHello's server ..."
Expand Down

0 comments on commit 4aeb8ea

Please sign in to comment.