Skip to content

Commit a495b59

Browse files
authored
Fix rsync typo
1 parent 349b5ae commit a495b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In each step below with Bash commands, the commands start with a set of `export`
7575
--strip --sim_use_hardfp --no-use-integer-division \
7676
--elf=build/app.so build/kernel_snapshot.dill
7777
# upload the application
78-
rsync --recursive ~/dev/$APPNAME/build/flutter_assets $TARGETUSER@$TARGET:dev/$APPNAME
78+
rsync --recursive ~/dev/$APPNAME/build/flutter_assets/ $TARGETUSER@$TARGET:dev/$APPNAME
7979
scp ~/dev/$APPNAME/build/app.so $TARGETUSER@$TARGET:dev/$APPNAME/app.so
8080
# run the application
8181
ssh $TARGETUSER@$TARGET "killall" "flutter-pi"

0 commit comments

Comments
 (0)