Skip to content

Commit

Permalink
Merge branch 'b-6.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
MantasVaitkunas committed Feb 14, 2019
2 parents ed59889 + acdc420 commit 844dde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Internal/Application/Utility/BasicContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getContainerCacheFilePath(): string
*/
public function getGeneratedProjectFilePath(): string
{
return Path::join($this->getSourcePath() . DIRECTORY_SEPARATOR . static::GENERATED_PROJECT_FILE_NAME);
return Path::join($this->getSourcePath(), static::GENERATED_PROJECT_FILE_NAME);
}

/**
Expand Down

0 comments on commit 844dde4

Please sign in to comment.