Skip to content

Commit a584f20

Browse files
committed
Adding additional information in public repo about private instructions
1 parent 48cc460 commit a584f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sync.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ perform_sync() {
8686
mkdir -p "$dest_dir"
8787
rsync $rsync_options "$SOURCE_REPO/${src_files[$i]}" "$DEST_REPO/${dest_files[$i]}"
8888
done
89+
echo "Great! Now follow instructions in the amazon-dynamodb-immersion-day README.md document to complete the sync."
8990
}
9091

9192
# Verify destination repository exists

0 commit comments

Comments
 (0)