changeset 39:3156ace843f5

Change name of file containing the paths
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 13 Jan 2025 11:27:35 +0100
parents 16d56bf04117
children 4b009d774e1a
files +mpm/MatlabPathManager.m README.md
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/+mpm/MatlabPathManager.m	Wed Dec 05 15:43:13 2018 +0100
+++ b/+mpm/MatlabPathManager.m	Mon Jan 13 11:27:35 2025 +0100
@@ -1,6 +1,6 @@
 classdef MatlabPathManager
     properties
-        projectFileName = '.subpaths';
+        projectFileName = 'MatlabPaths';
         prefGroup = 'matlabpathmanager';
     end
 
--- a/README.md	Wed Dec 05 15:43:13 2018 +0100
+++ b/README.md	Mon Jan 13 11:27:35 2025 +0100
@@ -1,5 +1,5 @@
 Takes care of adding local folders to Matlabs path.
-Add a `.subpaths` file in the root of the project containing the relative paths of folders to add.
+Add a `MatlabPaths` file in the root of the project containing the relative paths of folders to add.
 Then use the following functions to interact with `mpm`.
 
   * `mpm.checkin`