1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-27 20:13:30 +00:00

chore: fix typo in docker_context.rs (#3265)

enviroment -> environment
This commit is contained in:
Ikko Ashimine 2021-11-24 01:56:16 +09:00 committed by GitHub
parent a10b9db721
commit 337154ad35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@ use crate::utils;
/// Creates a module with the currently active Docker context
///
/// Will display the Docker context if the following criteria are met:
/// - There is a non-empty enviroment variable named DOCKER_HOST
/// - Or there is a non-empty enviroment variable named DOCKER_CONTEXT
/// - There is a non-empty environment variable named DOCKER_HOST
/// - Or there is a non-empty environment variable named DOCKER_CONTEXT
/// - Or there is a file named `$HOME/.docker/config.json`
/// - Or a file named `$DOCKER_CONFIG/config.json`
/// - The file is JSON and contains a field named `currentContext`