Skip to content

Commit

Permalink
What about ketchup?
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Nov 23, 2013
1 parent 28c8a6c commit a98f286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/drtshock/Potato.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static void main(String[] args) {
}

public boolean prepare() {
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "broccoli");
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "broccoli", "ketchup");
return this.isDelicious();
}

Expand Down

0 comments on commit a98f286

Please sign in to comment.