Skip to content

Commit

Permalink
Merge pull request #116 from paumove/Correction-on-createReleaseFolder
Browse files Browse the repository at this point in the history
Correction on createReleaseFolder
  • Loading branch information
codedge authored Mar 20, 2021
2 parents 5fbe16f + 5b878e0 commit ade0636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ protected function createReleaseFolder(): bool

$this->filesystem->moveDirectory(
createFolderFromFile($this->getStoragePath()).now()->toDateString(),
createFolderFromFile($this->getStoragePath())
createFolderFromFile($this->getStoragePath()),
true
);
}

Expand Down

0 comments on commit ade0636

Please sign in to comment.