forked from TrueCloudLab/frostfs-dev-env
fix typos in comments and .md files
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
07fc0961a8
commit
ed26bf7b87
3 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ SHELL = bash
|
|||
# Main environment configuration
|
||||
include .env
|
||||
|
||||
# Optional variables with secrests
|
||||
# Optional variables with secrets
|
||||
-include .secrets
|
||||
|
||||
# help target
|
||||
|
@ -69,7 +69,7 @@ vendor/hosts:
|
|||
hosts: vendor/hosts
|
||||
@cat vendor/hosts
|
||||
|
||||
# Clean-up the envirinment
|
||||
# Clean-up the environment
|
||||
.PHONY: clean
|
||||
.ONESHELL:
|
||||
clean:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Source env settigns
|
||||
# Source env settings
|
||||
. .env
|
||||
. services/ir/.ir.env
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ $ brew cask install tuntap
|
|||
|
||||
- Restart macOS and allow tuntap kext in settings before
|
||||
|
||||
- Docker for macOS should be runned before
|
||||
- Docker for macOS should be run before
|
||||
|
||||
- Install docker-tuntap. This will automatically check if the currently
|
||||
installed shim is the correct version and make a backup if necessary
|
||||
|
|
Loading…
Reference in a new issue