Improve env var name
This commit is contained in:
		@@ -38,8 +38,8 @@ pub enum ConsumptionBackend {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    /// Fronius inverter consumption
 | 
					    /// Fronius inverter consumption
 | 
				
			||||||
    Fronius {
 | 
					    Fronius {
 | 
				
			||||||
        /// The origin of the domain where the webserver of the Fronius Symo can be reacher
 | 
					        /// The origin of the domain where the webserver of the Fronius Symo can be reached
 | 
				
			||||||
        #[clap(short, long)]
 | 
					        #[clap(short, long, env = "FRONIUS_ORIG")]
 | 
				
			||||||
        origin: String,
 | 
					        origin: String,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user