Skip to content

Commit 165dc60

Browse files
joewiredjosefaidt
andauthored
Update upgrading.mdx (#8098)
* Update upgrading.mdx amplify push does not generate amplifyconfiguration.json in some cases. * Update src/fragments/lib/troubleshooting/common/upgrading.mdx --------- Co-authored-by: josef <[email protected]>
1 parent 23e4186 commit 165dc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)