Skip to content

Commit c514aa3

Browse files
authored
Merge pull request #2540 from pqarmitage/updates
snap: fix typo
2 parents e687ee4 + 488c4b1 commit c514aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ parts:
358358
elif [ $ARCH = ppc64el ]; then
359359
DEB_URL="http://launchpadlibrarian.net/431492858/linux-libc-dev_4.18.0-26.27_ppc64el.deb"
360360
elif [ $ARCH = arm64 ]; then
361-
DEB_UTL="http://launchpadlibrarian.net/431531681/linux-libc-dev_4.18.0-26.27_arm64.deb"
361+
DEB_URL="http://launchpadlibrarian.net/431531681/linux-libc-dev_4.18.0-26.27_arm64.deb"
362362
elif [ $ARCH = armhf ]; then
363363
DEB_URL="http://launchpadlibrarian.net/431525966/linux-libc-dev_4.18.0-26.27_armhf.deb"
364364
elif [ $ARCH = s390x ]; then

0 commit comments

Comments
 (0)