diff --git a/src/platform/base.c b/src/platform/base.c index 5429445..2f716e6 100644 --- a/src/platform/base.c +++ b/src/platform/base.c @@ -15,7 +15,8 @@ const char* SUPPORTED_PLATFORM_NAMES[] = { "github.com", - "gitlab.com"}; + "gitlab.com", + "Unrecognized"}; static void throw_regex_error(int errcode, const regex_t* preg, const char* str) { char regex_error_buffer[REGEX_ERROR_STR_MAX_LEN] = {0}; @@ -160,4 +161,4 @@ PlatformIdList* identify_platfroms_from_project(const char* project_path, const lines_free(git_remote_urls); buffer_free(git_config_path_buffer); return platforms; -} \ No newline at end of file +}