mirror of
				https://github.com/KoboldAI/KoboldAI-Client.git
				synced 2025-06-05 21:59:24 +02:00 
			
		
		
		
	Revert typo fix
Wasn't a typo (Testing on git again since its easier with the colabs)
This commit is contained in:
		| @@ -71,7 +71,7 @@ if [ "$init" != "skip" ]; then | |||||||
|     cd /content |     cd /content | ||||||
|     else |     else | ||||||
|     cd /content |     cd /content | ||||||
|     if [ -z ${git+x} ]; then |     if [ ! -z ${git+x} ]; then | ||||||
|         if [ "$git" == "united" ]; then |         if [ "$git" == "united" ]; then | ||||||
|             git clone https://github.com/henk717/KoboldAI-Client |             git clone https://github.com/henk717/KoboldAI-Client | ||||||
|         fi |         fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user