Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed May 29, 2015
1 parent 0623c9f commit 14ae902
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/test/tmp/
/test/version_tmp/
/tmp/
/fci.yml
/zci.yml

## Specific to RubyMotion:
.dat*
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rake::RDocTask.new do |rd|
rd.title = 'Your application title'
end

spec = eval(File.read('fci.gemspec'))
spec = eval(File.read('zci.gemspec'))

Gem::PackageTask.new(spec) do |pkg|
end
Expand Down
2 changes: 1 addition & 1 deletion features/fci.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Feature: My bootstrapped app kinda works
So I don't have to do it myself

Scenario: App just runs
When I get help for "fci"
When I get help for "zci"
Then the exit status should be 0
2 changes: 1 addition & 1 deletion lib/zci/commands/02_import.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@

end
end
end # @fci_config['categories'].each
end # @cli_config['categories'].each
end
end

0 comments on commit 14ae902

Please sign in to comment.