diff --git a/snipeit.sh b/snipeit.sh
index 40ef10f05bcb79be25bca330d1cd8f3bc5a97614..40c273973129df047ec9e13f0069ac12228474e2 100755
--- a/snipeit.sh
+++ b/snipeit.sh
@@ -200,7 +200,7 @@ install_snipeit () {
   mysql -u root -p --execute="CREATE DATABASE snipeit;GRANT ALL PRIVILEGES ON snipeit.* TO snipeit@localhost IDENTIFIED BY '$mysqluserpw';"
 
   echo "* Cloning Snipe-IT from github to the web directory."
-  log "git clone -b importMinAmt https://gitlab.control.lth.se/OskarS/snipeit.git $APP_PATH"
+  log "git clone https://gitlab.control.lth.se/OskarS/snipeit.git $APP_PATH"
 
   echo "* Configuring .env file."
   cp "$APP_PATH/.env.example" "$APP_PATH/.env"