Skip to content

Commit e3178e3

Browse files
committed
fix specs
1 parent 8c94042 commit e3178e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/private-reveal/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rm -f ./src/*.sh
44

55
set -x
66

7-
# bashly generate
7+
bashly generate
88

99
### Try Me ###
1010

lib/bashly/script/introspection/visibility.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Script
33
module Introspection
44
module Visibility
55
# Returns the true if the command is private and can be revealed using
6-
# an environemnt variable name
6+
# an environment variable name
77
def visibility
88
if !options['private']
99
:public

0 commit comments

Comments
 (0)