Explorar o código

Fixed type in cmd

Joachim M. Giæver %!s(int64=5) %!d(string=hai) anos
pai
achega
93c9628a9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/lxcbuild

+ 1 - 1
bin/lxcbuild

@@ -121,7 +121,7 @@ if [ $? -ne 0 ]; then
 	container_sh "snap install snapcraft --classic"
 fi
 
-container_home_sh 'ls'
+container_snap_sh 'ls'
 if [ $? -ne 0 ]; then
 	cprint "info" "Pushing $(pwd) to ${CONTAINER_NAME}:$(container_home)"
 	$(lxc file push "$(pwd)" "${CONTAINER_NAME}/$(container_home)" -r)