Skip to content

Commit 43f1e33

Browse files
committed
fix merge conflict
1 parent 90414b0 commit 43f1e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq/warnings-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here are the meanings of common [warning](#warnings) and [error](#errors) messag
1515
- This message is displayed when you run `defang compose up` and the Compose file references an environment variable that is not set. If you proceed, the environment variable will be empty in the container. If you want to set the environment variable, you should set it in the environment where you run `defang compose up`.
1616

1717
### "Unsupported platform"
18-
- This message is displayed when you run `defang compose up` and the Compose file references a platform that is not supported by Defang. Defang Beta only supports Linux operating systems.
18+
- This message is displayed when you run `defang compose up` and the Compose file references a platform that is not supported by Defang.
1919

2020
### "not logged in"
2121
- This message is displayed when you run `defang compose config` but you are not logged in. The displayed configuration will be incomplete. If you want to see the complete configuration, you should log in first using `defang login`.

0 commit comments

Comments
 (0)