diff --git a/src/repository/screens/repository-file.screen.js b/src/repository/screens/repository-file.screen.js index 67a70d47a..116fb9b3e 100644 --- a/src/repository/screens/repository-file.screen.js +++ b/src/repository/screens/repository-file.screen.js @@ -101,7 +101,7 @@ class RepositoryFile extends Component { const fileType = content.name.split('.').pop(); if (!this.isImage(fileType)) { - this.props.getRepositoryFile(content.download_url); + this.props.getRepositoryFile(content.url); } else { this.setImageSize(content.download_url); }