Skip to content

Commit

Permalink
Merge pull request #21 from CraftThatBlock/patch-1
Browse files Browse the repository at this point in the history
What about ketchup?
  • Loading branch information
drtshock committed Nov 23, 2013
2 parents 28c8a6c + a98f286 commit 7b7e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/drtshock/Potato.java
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 7b7e4a7

Please sign in to comment.