Skip to content

Commit 4590fcf

Browse files
committed
Merge pull request naderman#6 from JJK801/enalble-s3-for-repositories
fix $this
2 parents b516133 + 74eee61 commit 4590fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Naderman/Composer/AWS/AwsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function download($url, $progress, $to = null)
101101
throw new TransportException("Problem?", null, $e);
102102
}
103103

104-
return this;
104+
return $this;
105105
}
106106

107107
/**

0 commit comments

Comments
 (0)