Skip to content

Commit 3dc2b64

Browse files
authored
Fix copy paste typo (#50)
1 parent 90dfb75 commit 3dc2b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defaults: &defaults
66

77
aliases:
88
- &build-docker
9-
name: Install curl
9+
name: Build Docker Image
1010
command: |
1111
docker build -t react-native-community/react-native .
1212
docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npx envinfo"

0 commit comments

Comments
 (0)