Skip to content

Commit d08f902

Browse files
author
nyo
committed
Fixed typo
1 parent 215f018 commit d08f902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/aws/codedeploy/local/cli_validator_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
end
8787
end
8888

89-
context 'when loction is directory but appspec is missing' do
89+
context 'when location is directory but appspec is missing' do
9090
let(:args) do
9191
{"--bundle-location"=>FAKE_DIRECTORY,
9292
"--type"=>'directory'}
@@ -101,7 +101,7 @@
101101
end
102102
end
103103

104-
context 'when loction is directory and --appspec-filename is specified (but not existing)' do
104+
context 'when location is directory and --appspec-filename is specified (but not existing)' do
105105
let(:args) do
106106
{"--bundle-location"=>FAKE_DIRECTORY,
107107
"--type"=>'directory',

0 commit comments

Comments
 (0)