Jelajahi Sumber

typo in script

Mokhtar Naamani 4 tahun lalu
induk
melakukan
a9411d09e8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -21,7 +21,7 @@ if ! command -v docker-compose &> /dev/null
     # Fetch a cached joystream/node image if one is found matching code shasum instead of building
     CODE_HASH=`scripts/runtime-code-shasum.sh`
     IMAGE=joystream/node:${CODE_HASH}
-    echo "Trying to fetch cashed ${IMAGE} image"
+    echo "Trying to fetch cached ${IMAGE} image"
     docker pull ${IMAGE} || :
 
     if ! docker inspect ${IMAGE} > /dev/null;