mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix minor typo
This commit is contained in:
		@@ -230,9 +230,9 @@ separate dependency updates from other changes._
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
export KPATH=$HOME/code/kubernetes
 | 
					export KPATH=$HOME/code/kubernetes
 | 
				
			||||||
mkdir -p $KPATH/src/k8s.io/kubernetes
 | 
					mkdir -p $KPATH/src/k8s.io
 | 
				
			||||||
cd $KPATH/src/k8s.io/kubernetes
 | 
					cd $KPATH/src/k8s.io
 | 
				
			||||||
git clone https://path/to/your/fork .
 | 
					git clone https://path/to/your/kubernetes/fork # assumes your fork is 'kubernetes'
 | 
				
			||||||
# Or copy your existing local repo here. IMPORTANT: making a symlink doesn't work.
 | 
					# Or copy your existing local repo here. IMPORTANT: making a symlink doesn't work.
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user