diff --git a/updatebin.sh b/updatebin.sh
index 95699054e6faac1d191c5e68d1ba209ded0fd9a3..7912827c733c6faedb699e9d0f70aa4561eccb71 100755
--- a/updatebin.sh
+++ b/updatebin.sh
@@ -13,5 +13,6 @@ echo "===== updating gaston..."
 ssh gaston 'cd ~/bin ; git pull'
 echo "===== updating warson..."
 ssh warson 'cd ~/bin ; git pull'
+echo "===== updating spirou..."
+ssh spirou 'cd ~/bin ; git pull' 
 echo "===== done."
-