Skip to content

Commit 380e294

Browse files
committed
fix
1 parent ce303a6 commit 380e294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bashly/script/command.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def public_commands
220220
# Returns only environment variables that are not private
221221
def public_environment_variables
222222
environment_variables.reject(&:private)
223+
end
223224

224225
# Returns only flags that are not private
225226
def public_flags

0 commit comments

Comments
 (0)