Skip to content

Commit

Permalink
fix missing challenge examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Sep 15, 2023
1 parent b7ee8a1 commit 61426b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/cmd/guide.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ func doesCurrentDirHaveConfig(currentDir string) (bool, bool) {
func generateGuide(currentDir string) error {
guideFiles := []guideFile{
{"README.md", readme},
{"01-example-unit/01-markdown-examples.md", helloWorldMd},
{"01-example-unit/02-challenges.md", markdownExamplesMd},
{"01-example-unit/03-checkpoint.md", challengesMd},
{"01-example-unit/00-hello-world.md", helloWorldMd},
{"01-example-unit/01-markdown-examples.md", markdownExamplesMd},
{"01-example-unit/02-challenges.md", challengesMd},
{"01-example-unit/03-checkpoint.md", checkpointMd},
{"01-example-unit/images/github.jpg", githubJpg},
{"01-example-unit/images/kmeans.png", kmeansPng},
Expand Down

0 comments on commit 61426b8

Please sign in to comment.