Skip to content

Commit

Permalink
change email syftbox.local to openmined.org
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Oct 6, 2024
1 parent 2b0a362 commit e471b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ run-client name port="auto" server="http://localhost:5001":
set -eou pipefail

# generate a local email from name, but if it looks like an email, then use it as is
EMAIL="{{ name }}@syftbox.local"
EMAIL="{{ name }}@openmined.org"
if [[ "{{ name }}" == *@*.* ]]; then EMAIL="{{ name }}"; fi

# if port is auto, then generate a random port between 8000-8090, else use the provided port
Expand Down

0 comments on commit e471b0b

Please sign in to comment.