Skip to content

Commit

Permalink
fix deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
sharjeelyunus committed Oct 7, 2024
1 parent d58d8eb commit 74efb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter/scripts/modules/enable_deeplink.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void main(List<String> arguments) {

if (branchIOLiveKey == null || branchIOLiveKey.isEmpty) {
print(
'Error: Missing branch_live_key argument. Usage: npm run useConnect branch_live_key=<branch_live_key> branch_test_key=<branch_test_key> use_test_key=<true|false> scheme=<scheme> links=<link1,link2>');
'Error: Missing branch_live_key argument. Usage: npm run useDeeplink branch_live_key=<branch_live_key> branch_test_key=<branch_test_key> use_test_key=<true|false> scheme=<scheme> links=<link1,link2>');
exit(1);
}

Expand Down

0 comments on commit 74efb17

Please sign in to comment.