Skip to content

Commit 7bfb6db

Browse files
committed
use github for yaml-language-server
1 parent 7dde2b5 commit 7bfb6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penguin/penguin_config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def dump_config(config, path):
264264
_validate_config(config)
265265
with open(path, "w") as f:
266266
f.write(
267-
"# yaml-language-server: $schema=https://rehosti.ng/igloo/config_schema.yaml\n"
267+
"# yaml-language-server: $schema=https://github.com/rehosting/penguin/releases/latest/download/config_schema.yaml\n"
268268
)
269269
yaml.dump(config, f, sort_keys=False, default_flow_style=False, width=None)
270270

0 commit comments

Comments
 (0)