We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab47f59 + 1a33e4f commit 8888a49Copy full SHA for 8888a49
src/app/spreed-webrtc-server/main.go
@@ -215,8 +215,8 @@ func runner(runtime phoenix.Runtime) error {
215
// Load extra.d folder
216
extraDFolder, err := runtime.GetString("app", "extra.d")
217
if err == nil {
218
- if !httputils.HasDirPath(extraFolder) {
219
- return fmt.Errorf("Configured extra.d '%s' is not a directory.", extraFolder)
+ if !httputils.HasDirPath(extraDFolder) {
+ return fmt.Errorf("Configured extra.d '%s' is not a directory.", extraDFolder)
220
}
221
err = loadExtraD(extraDFolder)
222
if err != nil {
0 commit comments