Skip to content

Commit

Permalink
Sudo more
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesphere committed Sep 13, 2019
1 parent 0fe6f30 commit 88baa53
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 @@ -227,7 +227,7 @@ jobs:
- run:
name: Install Graphviz
command: |
case $CIRCLE_BRANCH in "master") sudo apt-get update && apt-get install graphviz -y ;; esac
case $CIRCLE_BRANCH in "master") sudo apt-get update && sudo apt-get install graphviz -y ;; esac
- run:
name: Setup SSH
command: |
Expand Down

0 comments on commit 88baa53

Please sign in to comment.