Skip to content

Commit

Permalink
Update source/internals/tasks.js
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Patik <[email protected]>
  • Loading branch information
whck6 and patik authored Jul 25, 2022
1 parent 45820e4 commit cb40463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/internals/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const tasks = {
},
wipeSystemiOSPodsCache: {
name: 'wipe system iOS Pods cache',
command: 'cd ios & bundle exec pod',
command: 'cd ios && bundle exec pod',
args: ['cache', 'clean', '--all']
},
wipeUseriOSPodsCache: {
Expand Down

0 comments on commit cb40463

Please sign in to comment.