Skip to content

Commit d05c3e4

Browse files
committed
docs(build.sh): simplify and formalize cache message
1 parent 7bac65d commit d05c3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/builder/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if ! [[ -z "${CACHE_PATH}" ]]; then
7373
tar -xzf ${cache_file} -C ${cache_root}
7474
echo_normal "Done!"
7575
else
76-
echo_normal "No cache file could be found. If you're deploying for the first time, it'll be created now."
76+
echo_normal "No cache file found. If this is the first deploy, it will be created now."
7777
fi
7878

7979
original_cache_fingerprint=$(cache_fingerprint)

0 commit comments

Comments
 (0)