Skip to content

Commit 1443d4c

Browse files
authored
Update upgrading.mdx
amplify push does not generate amplifyconfiguration.json in some cases.
1 parent 2cc1a0a commit 1443d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/troubleshooting/common/upgrading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ amplify upgrade
151151
amplify push
152152
```
153153

154-
This will generate a new configuration file called `amplifyconfiguration.json`
154+
This will generate a new configuration file called `amplifyconfiguration.json` (You may need to use amplify pull if there are no changes in your environment).
155155

156156
Wherever you called `Amplify.configure({ aws-exports });` previously (usually in the root of your project) update your code as shown below
157157

0 commit comments

Comments
 (0)