Skip to content

Commit 77cb206

Browse files
committed
Fix typo error on mount_attached_disk.sh
1 parent efcf974 commit 77cb206

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/baseimage/pkg/gce/scripts/mount_attached_disk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ sudo mount --bind /run ${MOUNTPOINT}/run
3131
if [ ! -f ${MOUNTPOINT}/etc/resolv.conf ]; then
3232
sudo cp /etc/resolv.conf ${MOUNTPOINT}/etc/
3333
fi
34-
`

0 commit comments

Comments
 (0)