Skip to content

Commit

Permalink
Change apt to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Oct 18, 2018
1 parent b386d68 commit e4c2df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -ex
main() {
if [ $TARGET = 'snap' ]
then
docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft sh -c "apt update && snapcraft"
docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft sh -c "apt-get update && snapcraft"
return
fi

Expand Down

0 comments on commit e4c2df0

Please sign in to comment.