Skip to content

Commit 6caaba3

Browse files
committed
Install sets in correct folder
1 parent d133f41 commit 6caaba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function handle()
4848

4949
try {
5050
$this->checkExistence('Fieldset', "resources/fieldsets/{$this->filename}.yaml");
51-
$this->checkExistence('Partial', "resources/views/page_builder/_{$this->filename}.antlers.html");
51+
$this->checkExistence('Partial', "resources/views/components/_{$this->filename}.antlers.html");
5252

5353
$this->copyStubs();
5454
$this->updateArticleSets($this->set_name, $this->filename, $this->instructions, $this->icon);

0 commit comments

Comments
 (0)