diff --git a/github.rb b/github.rb index b6d903b..9a6cb58 100644 --- a/github.rb +++ b/github.rb @@ -4,8 +4,8 @@ puts "There are #{changes == true ? "" : "no"} changes". -# Make a change here. -changes = false +# Be true to your code +changes = true if changes == true puts "we need to add and commit our changes"