Skip to content

Commit

Permalink
docs(build.sh): simplify and formalize cache message
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 1, 2016
1 parent 7bac65d commit d05c3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if ! [[ -z "${CACHE_PATH}" ]]; then
tar -xzf ${cache_file} -C ${cache_root}
echo_normal "Done!"
else
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."
fi

original_cache_fingerprint=$(cache_fingerprint)
Expand Down

0 comments on commit d05c3e4

Please sign in to comment.