Skip to content

Commit d35d678

Browse files
committed
WIP
1 parent 4c9d66f commit d35d678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/SetRepository.php

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

5050
if (!$found) {
51-
$composer['repositories'][] = ['url' => $new['path'], 'type' => $this->repo];
51+
$composer['repositories'][] = ['url' => $new[$this->repo], 'type' => $this->repo];
5252
}
5353

5454
File::put(config('laravel-git-workflow.composer_json'), json_encode($composer, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));

0 commit comments

Comments
 (0)