Skip to content

Commit c19fac0

Browse files
authored
Update flutter-fuchsia.md
1 parent 68ec4ae commit c19fac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/articles/developer/flutter-fuchsia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before you can deploy your Flutter app, you must register FImage's SSH configura
1313

1414
From inside the FImage directory, run
1515
```bash
16-
export FUCHSIA_SSH_CONFIG="$PWD"/ssh/ssh_config
16+
export FUCHSIA_SSH_CONFIG="/path/to/fimage/ssh/ssh_config"
1717
```
1818
If you want the configuration to be persistent, add that command to your shell's init script.
1919
### Step 2 - Add a Manifest to the Application

0 commit comments

Comments
 (0)