Skip to content

Commit e9499c1

Browse files
committed
cidata: fix shell script error
Signed-off-by: Akihiro Suda <[email protected]>
1 parent ef1f514 commit e9499c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cidata/user-data.TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ write_files:
103103
if [ ! -x /usr/local/bin/nerdctl ]; then
104104
version="0.8.3"
105105
goarch="amd64"
106-
if [ "$(uname -m )" = "aarch64 "]; then
106+
if [ "$(uname -m )" = "aarch64" ]; then
107107
goarch="arm64"
108108
fi
109109
curl -fsSL https://github.com/containerd/nerdctl/releases/download/v${version}/nerdctl-full-${version}-linux-${goarch}.tar.gz | tar Cxz /usr/local

0 commit comments

Comments
 (0)