We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bac65d commit d05c3e4Copy full SHA for d05c3e4
1 file changed
rootfs/builder/build.sh
@@ -73,7 +73,7 @@ if ! [[ -z "${CACHE_PATH}" ]]; then
73
tar -xzf ${cache_file} -C ${cache_root}
74
echo_normal "Done!"
75
else
76
- echo_normal "No cache file could be found. If you're deploying for the first time, it'll be created now."
+ echo_normal "No cache file found. If this is the first deploy, it will be created now."
77
fi
78
79
original_cache_fingerprint=$(cache_fingerprint)
0 commit comments