Skip to content

Commit

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

0 comments on commit 0fe6f30

Please sign in to comment.