aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/utilities/utilities.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/utilities/utilities.go b/pkg/utilities/utilities.go
index bda3034..f2e4e6c 100644
--- a/pkg/utilities/utilities.go
+++ b/pkg/utilities/utilities.go
@@ -26,7 +26,7 @@ func GetCopyright() string {
return viper.GetString("space.footer.copyright")
}
-// Check if the following files exist, return files that don't exist
+// DoesFilesExist Check if the following files exist, return files that don't exist
func DoesFilesExist(files []string) []string {
nonExistant := []string{}