forked from pelican-eggs/eggs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'description' tag to stop 500 error on import
- Loading branch information
1 parent
0fce033
commit 00e0bc2
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"exported_at": "2020-12-16T20:11:55+01:00", | ||
"name": "Crewlink server", | ||
"author": "[email protected]", | ||
"description": null, | ||
"description": "An egg designed to allow support for Proxmity Chat in Among Us using CrewLink Server", | ||
"features": null, | ||
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-12", | ||
"startup": "yarn start", | ||
|
@@ -79,4 +79,4 @@ | |
"rules": "required|string|max:20" | ||
} | ||
] | ||
} | ||
} |