Skip to content

Commit

Permalink
Refactor property name
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Jul 5, 2023
1 parent a85daf8 commit 15c5046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bonsai.System/IO/GetEnvironmentVariable.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel;
using System.Reactive.Linq;

Expand All @@ -15,7 +15,7 @@ public class GetEnvironmentVariable : Source<string>
/// Gets or sets the name of the environment variable to query the value of.
/// </summary>
[Description("The name of the environment variable to query the value of.")]
public string Variable { get; set; }
public string Name { get; set; }

/// <summary>
/// Gets the value of the specified environment variable for the current process
Expand Down

0 comments on commit 15c5046

Please sign in to comment.