|  | @@ -15,7 +15,7 @@ if (1 > parameters.length) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Get Amber root directory from the location of this script so that
 | 
	
		
			
				|  |  |  // we can find the st and js directories etc.
 | 
	
		
			
				|  |  | -var amber_dir = path.normalize(path.join(__dirname, '..', '..', 'node_modules', 'amber'));
 | 
	
		
			
				|  |  | +var amber_dir = path.normalize(path.join(__dirname, '..', 'node_modules', 'amber'));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  var configuration = handle_options(parameters);
 | 
	
		
			
				|  |  |  
 |