Skip to content

Commit

Permalink
Update TemplateController.hpp (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathomas committed Jun 1, 2018
1 parent 644126b commit 06e12d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TemplateController.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void TemplateController::SetPath(const boost::filesystem::path &pth){
else {
if (boost::filesystem::is_directory(pth)){
tempPath = pth;
tempPath /= "manifest.yaml";
tempPath /= "manifest.json";
}
}

Expand Down Expand Up @@ -107,4 +107,4 @@ std::string TemplateController::GetFileName(const ETemplateImages e){

}// end namespace tc

#endif
#endif

0 comments on commit 06e12d7

Please sign in to comment.