We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89127e7 commit 946dc95Copy full SHA for 946dc95
config/config.go
@@ -165,7 +165,7 @@ var (
165
166
RestartFlag = make(chan any) // A channel flag to restart the server instance that launcher listens to (including cache)
167
168
- validPrefixes = map[ConfigPrefix]bool{
+ validPrefixes = map[ConfigPrefix]bool{
169
PelicanPrefix: true,
170
OsdfPrefix: true,
171
StashPrefix: true,
0 commit comments