Skip to content

Commit ac5a25a

Browse files
committed
Turn off gem name for 'directory' project
1 parent ebb4fcc commit ac5a25a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cmd/generate-project-list/main.go

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ func projectGemName(name string) string {
5252
switch name {
5353
case "github-metadata":
5454
return "jekyll-github-metadata"
55+
case "directory":
56+
return ""
5557
default:
5658
return name
5759
}

configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ var defaultProjects = []*Project{
168168
Name: "directory",
169169
Nwo: "jekyll/directory",
170170
Branch: "master",
171-
GemName: "directory",
171+
GemName: "",
172172
GlobalRelayID: "MDEwOlJlcG9zaXRvcnkxMTI2NTcwOQ==",
173173
},
174174
{

0 commit comments

Comments
 (0)