From d2f1c6162e081b6e98fdfd088209c6f010f1d03c Mon Sep 17 00:00:00 2001 From: Chirsophe <cbsmith2@uab.edu> Date: Thu, 3 Apr 2025 14:18:46 -0500 Subject: [PATCH] Git validation update. --- SaveTranscriptions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SaveTranscriptions.m b/SaveTranscriptions.m index 1927b9d..68e7c68 100644 --- a/SaveTranscriptions.m +++ b/SaveTranscriptions.m @@ -156,7 +156,7 @@ end function checkVersion() % Check if the current directory is a Git repository if ~isGitRepository() - error('This is not a Git repository.'); + warning('This is not a Git repository. The version you are using cannot be checked against the shared repository. Enable Git and make sure this is a git repository to validate versions.\n The most up to date code can be found at: https://gitlab.rc.uab.edu/cbsmith2/transcription-save-script'); end % Fetch the latest changes from the remote repository -- GitLab