diff --git a/build.py b/build.py
index 2f481c29c0c0d200029b0fe342217ccafa0b956d..0f57d9f2410a0b17d7782d47bd07932671324a55 100644
--- a/build.py
+++ b/build.py
@@ -464,6 +464,7 @@ for item in ['mlb', 'vectorizer','model']:
 # print('Restarted services')
 
 print('Pushing trained pickle models...')
-os.system("git add mlb.pickle vectorizer.pickle model.pickle;git commit -m \"Update re-trained models\"; git push -u origin master")
-
+os.system("git add mlb.pickle vectorizer.pickle model.pickle")
+os.system("git commit -m \"Update re-trained models\"")
+os.system("git push -u origin master")