Skip to content

Fix trailing comma in default config (ragnar.cfg)#68

Open
Reyansh00 wants to merge 1 commit into
cococry:mainfrom
Reyansh00:main
Open

Fix trailing comma in default config (ragnar.cfg)#68
Reyansh00 wants to merge 1 commit into
cococry:mainfrom
Reyansh00:main

Conversation

@Reyansh00
Copy link
Copy Markdown

cfg/ragnar.cfg line 566 had a trailing comma before );

Changed:

},
);

to:

}
);

The trailing comma caused RagnarWM config parsing failures at startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant