Skip to content

Commit 4e9c348

Browse files
committed
apt-get typo fixed refs #1931
1 parent 861a06f commit 4e9c348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build:
22
pre_ci:
33
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
44
- dpkg -i *.deb
5-
- apg-get update && apt-get install libssl-dev
5+
- apt-get update && apt-get install libssl-dev
66
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
77
- install-zef-as-user && zef --/tap-harness --depsonly install .
88

0 commit comments

Comments
 (0)