Rename variable
This commit is contained in:
		
							parent
							
								
									a1f4782b63
								
							
						
					
					
						commit
						c0fabc4f20
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -37,9 +37,9 @@ | ||||||
| 
 | 
 | ||||||
|         user_path="''${HOME}/Code/''${domain}/''${user}" |         user_path="''${HOME}/Code/''${domain}/''${user}" | ||||||
| 
 | 
 | ||||||
|         user_repo_path="''${user_path}/''${repo_name}" |         repo_path="''${user_path}/''${repo_name}" | ||||||
| 
 | 
 | ||||||
|         [[ -d "''${user_repo_path}" ]] && t "''${user_repo_path}" && return |         [[ -d "''${repo_path}" ]] && t "''${repo_path}" && return | ||||||
| 
 | 
 | ||||||
|         ${pkgs.coreutils}/bin/mkdir -p "''${user_path}" |         ${pkgs.coreutils}/bin/mkdir -p "''${user_path}" | ||||||
|         pushd "''${user_path}" |         pushd "''${user_path}" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue