We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cc460 commit a584f20Copy full SHA for a584f20
sync.sh
@@ -86,6 +86,7 @@ perform_sync() {
86
mkdir -p "$dest_dir"
87
rsync $rsync_options "$SOURCE_REPO/${src_files[$i]}" "$DEST_REPO/${dest_files[$i]}"
88
done
89
+ echo "Great! Now follow instructions in the amazon-dynamodb-immersion-day README.md document to complete the sync."
90
}
91
92
# Verify destination repository exists
0 commit comments