Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fixed broken logo path in new apps
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Dec 22, 2016
1 parent cf17e79 commit 3aceab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffalo/cmd/app_generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func newAppGenerator(data gentronics.Data) *gentronics.Generator {
g.Add(gentronics.NewFile("templates/index.html", nIndexHTML))
g.Add(gentronics.NewFile("templates/application.html", nApplicationHTML))
g.Add(&gentronics.RemoteFile{
File: gentronics.NewFile("public/assetsf/images/logo.svg", ""),
File: gentronics.NewFile("public/assets/images/logo.svg", ""),
RemotePath: "https://raw.githubusercontent.com/markbates/buffalo/master/logo.svg",
})
g.Add(gentronics.NewFile(".gitignore", nGitignore))
Expand Down

0 comments on commit 3aceab2

Please sign in to comment.