Skip to content

Commit 000bfb6

Browse files
committed
Updated comments that were copied over.
1 parent 411ad74 commit 000bfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/site-shared/update-site-shared.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55

66
TEMP_DIR=$(mktemp -d)
77

8-
# Clone dartdoc repository
8+
# Clone site-shared repository
99
git clone https://github.com/dart-lang/site-shared "$TEMP_DIR"
1010

11-
# Delete resources/
11+
# Delete the previous version
1212
rm -rf "$SCRIPT_DIR/dash_design"
1313

1414
# Copy css, js, png files to dash_design/

0 commit comments

Comments
 (0)