Skip to content

Commit

Permalink
Fix deploy build
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Aug 28, 2017
1 parent a65a928 commit cd73781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

- run:
name: Setup SSH to GitHub
command: mkdir ~/.ssh && ssh-keyscan github.com > ~/.ssh/known_hosts
command: ssh-keyscan github.com > ~/.ssh/known_hosts

- run:
name: Set SSH user email
Expand Down

0 comments on commit cd73781

Please sign in to comment.