Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into no_locking_on_git_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Liebowitz committed Jun 25, 2018
2 parents c0637fa + 135ef74 commit 80ba707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/features-json/project_json_controller.rb
Expand Up @@ -78,7 +78,7 @@ class ProjectJSONController < APIController
# to the project details only when this task is finished.
repo = GitRepo.new(
git_config: repo_config,
provider_credential: provider_credential,
provider_credential: current_user_provider_credential,
local_folder: project.local_repo_path,
async_start: false,
notification_service: FastlaneCI::Services.notification_service
Expand Down

0 comments on commit 80ba707

Please sign in to comment.