Skip to content

Commit

Permalink
more english corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 17, 2015
1 parent 0a1a05e commit 86dadda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Features
* Piping commands together
* 100% secure (shell expansion is impossible by design)
* Raises exceptions on errors (no more manual status code checks)
but allows to specify which non-zero codes are still a success run
but allows to specify which non-zero codes are not an error
* Thread-safety
* Allows overriding environment variables
* Optional logging for easy debugging
Expand Down
2 changes: 1 addition & 1 deletion spec/cheetah_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def create_command(source, name: "command")
end
end

describe "changing environment" do
describe "changing environment variables" do
let(:command) do
create_command(<<-EOT)
echo -n ${CHEETAH_TEST-"NOT SET"}
Expand Down

0 comments on commit 86dadda

Please sign in to comment.