Rename bootstrap.list
diff --git a/bootstrap.sh b/bootstrap.sh
index 8e6bd75..cda3712 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -141,7 +141,7 @@
             which add-apt-repository || $SUDO apt-get install -y software-properties-common
             $SUDO add-apt-repository -y ppa:${APT_REPOSITORY_PPA}
           else
-            echo -e  "$APT_REPOSITORY " | $SUDO tee /etc/apt/sources.list.d/bootstrap.list >/dev/null
+            echo -e  "$APT_REPOSITORY " | $SUDO tee /etc/apt/sources.list.d/mcp_salt.list >/dev/null
             curl -sL $APT_REPOSITORY_GPG | $SUDO apt-key add -
           fi
           $SUDO apt-get clean