Skip to content

Commit

Permalink
Socks go in duffel
Browse files Browse the repository at this point in the history
  • Loading branch information
gggritso committed Jul 25, 2021
1 parent 643be1a commit e4a1355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const createPackingList = (answers) => {

if (areThereBugs) {
backpack.pack("bug spray");
backpack.pack("knee socks");
duffel.pack("knee socks");
}

extras.forEach((extra) => backpack.pack(extra));
Expand Down

0 comments on commit e4a1355

Please sign in to comment.