Skip to content

Commit

Permalink
Fix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrehn committed Mar 10, 2021
1 parent 865b2aa commit b144e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ue4docker/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def build():
logger.error('SETUP REQUIRED:')
logger.error('The max image size for Windows containers must be set to at least {}GB.'.format(requiredLimit))
logger.error('See the Microsoft documentation for configuration instructions:')
logger.error('https://docs.microsoft.com/en-us/visualstudio/install/build-tools-container#step-4-expand-maximum-container-disk-size')
logger.error('https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-storage#storage-limits')
logger.error('Under Windows Server, the command `{} setup` can be used to automatically configure the system.'.format(sys.argv[0]))
sys.exit(1)

Expand Down

0 comments on commit b144e28

Please sign in to comment.