Skip to content

Commit

Permalink
fix(number_of_files_commit): ask for files not changes (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
duianto authored and Gazler committed Feb 11, 2019
1 parent f54aa25 commit 6b4c41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/number_of_files_committed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
end

solution do
numberOfFilesThereWillBeCommit = request("How many changes are going to be committed?")
numberOfFilesThereWillBeCommit = request("How many files are going to be committed?")

isInteger = !!(numberOfFilesThereWillBeCommit =~ /^[-+]?[0-9]+$/)

Expand Down

0 comments on commit 6b4c41d

Please sign in to comment.