Skip to content

Commit f2318e5

Browse files
authored
Merge pull request #26 from mongodb-developer/ljhaywar-patch-1
Update network.mdx
2 parents 49e3ddb + f4cf5a3 commit f2318e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/challenge/network.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ from zoneinfo import ZoneInfo
3434
# Calculate the date and time 24 hours from now
3535
delete_after = (datetime.now(ZoneInfo('UTC')) + timedelta(hours=24)).isoformat()
3636

37-
!atlas accessLists <CODE_BLOCK> --projectId {project_id} --deleteAfter {delete_after}
37+
!atlas accessLists create --currentIp --projectId {project_id} --deleteAfter {delete_after}
3838
```
3939
</details>
4040

0 commit comments

Comments
 (0)