Skip to content

Commit cb11e1f

Browse files
committed
Fix typings rsync
1 parent 9e4206a commit cb11e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bundle_code_server() {
4545

4646
# Add typings for plugins
4747
mkdir -p "$RELEASE_PATH/typings"
48-
rsync typings/pluginapi.d.ts"$RELEASE_PATH/typings"
48+
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
4949

5050
# Adds the commit to package.json
5151
jq --slurp '.[0] * .[1]' package.json <(

0 commit comments

Comments
 (0)