From 5716fae9055526b94584149177a5381492b0cf12 Mon Sep 17 00:00:00 2001 From: Earl Duque <31702109+earlduque@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:25:48 -0700 Subject: [PATCH] Folder names cannot end with a . character as it is considered an invalid path in most systems. While it's okay in the GitHub interface, this causes the repo to break when trying to open it from coding IDEs. This commit fixes the pathing issues. --- .../README.md | 0 .../code.js | 0 .../README.md | 0 .../code.js | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename Core ServiceNow APIs/GlideRecord/{Fetch active incidents assigned to a specific group. => Fetch active incidents assigned to a specific group}/README.md (100%) rename Core ServiceNow APIs/GlideRecord/{Fetch active incidents assigned to a specific group. => Fetch active incidents assigned to a specific group}/code.js (100%) rename Server-Side Components/Script Includes/{Prevent circular dependencies in task relationships. => Prevent circular dependencies in task relationships}/README.md (100%) rename Server-Side Components/Script Includes/{Prevent circular dependencies in task relationships. => Prevent circular dependencies in task relationships}/code.js (100%) diff --git a/Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group./README.md b/Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group/README.md similarity index 100% rename from Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group./README.md rename to Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group/README.md diff --git a/Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group./code.js b/Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group/code.js similarity index 100% rename from Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group./code.js rename to Core ServiceNow APIs/GlideRecord/Fetch active incidents assigned to a specific group/code.js diff --git a/Server-Side Components/Script Includes/Prevent circular dependencies in task relationships./README.md b/Server-Side Components/Script Includes/Prevent circular dependencies in task relationships/README.md similarity index 100% rename from Server-Side Components/Script Includes/Prevent circular dependencies in task relationships./README.md rename to Server-Side Components/Script Includes/Prevent circular dependencies in task relationships/README.md diff --git a/Server-Side Components/Script Includes/Prevent circular dependencies in task relationships./code.js b/Server-Side Components/Script Includes/Prevent circular dependencies in task relationships/code.js similarity index 100% rename from Server-Side Components/Script Includes/Prevent circular dependencies in task relationships./code.js rename to Server-Side Components/Script Includes/Prevent circular dependencies in task relationships/code.js