Skip to content

Commit

Permalink
Enable CSharp template with .NET 2.0 standard
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Aug 16, 2017
1 parent 992aa9d commit 738d784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func createBuildTemplate(functionName string, handler string, language string) s
copyFiles("./template/"+language, tempPath, true)

// Overlay in user-function
copyFiles(handler, tempPath+"/", false)
copyFiles(handler, tempPath+"function/", false)

return tempPath
}
Expand Down

0 comments on commit 738d784

Please sign in to comment.