From 54581229cd78db1b93053969be8828474070f4ca Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Mon, 27 Jun 2016 15:16:01 +0800 Subject: [PATCH] [go-xcat] Fix typo --- xCAT-server/share/xcat/tools/go-xcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index 458877d0c..ca81ccd57 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -827,7 +827,7 @@ function add_repo_by_url_apt() [[ "${url:0:1}" = "/" ]] || url="${PWD}/${url}" # directory tmp="${TMP_DIR}/tmp_repo.list" - echo "deb [arch=$(dpkg --print-architechure)] file://${url} ${codename} main" >"${tmp}" + echo "deb [arch=$(dpkg --print-architecture)] file://${url} ${codename} main" >"${tmp}" add_repo_by_file_apt "${tmp}" "${repo_id}" return "$?" fi