Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge ebc7800 into a7af5ce
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprototypes committed Apr 30, 2018
2 parents a7af5ce + ebc7800 commit 94920bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Adapter/Filesystem.php
Expand Up @@ -327,7 +327,7 @@ public function setTags($key, array $tags)
$filespec = $this->getFileSpec($key);

if (! $tags) {
$this->unlink($this->formatTagFilename($filespac));
$this->unlink($this->formatTagFilename($filespec));
return true;
}

Expand Down

0 comments on commit 94920bf

Please sign in to comment.