Skip to content

Commit 8063fa4

Browse files
Update lib/sourcebit.js
1 parent 8b950d0 commit 8063fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sourcebit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Sourcebit {
135135

136136
// If the option defines an `env` property and there's an environment variable defined with that name, we'll use
137137
// that as the default value. Otherwise, the default value will be the one defined by the `default` property, if
138-
// one is defined.
138+
// one is set.
139139
if (option.env && process.env[option.env] !== undefined) {
140140
defaults[key] = process.env[option.env];
141141
} else if (option.default !== undefined) {

0 commit comments

Comments
 (0)