From 390ce91bb4f2b6fb03bbed56e0ebb4d58bacf7ea Mon Sep 17 00:00:00 2001 From: Kyle Ruddy Date: Fri, 26 May 2017 15:00:00 -0400 Subject: [PATCH] Update folder structure Update the folder structure to include moving the DatastoreFcuntions module into its own folder. --- Modules/{ => DatastoreFunctions}/DatastoreFunctions.psm1 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Modules/{ => DatastoreFunctions}/DatastoreFunctions.psm1 (100%) diff --git a/Modules/DatastoreFunctions.psm1 b/Modules/DatastoreFunctions/DatastoreFunctions.psm1 similarity index 100% rename from Modules/DatastoreFunctions.psm1 rename to Modules/DatastoreFunctions/DatastoreFunctions.psm1