mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 13:25:49 +03:00
[GH-ISSUE #52] A Symfony error about indentation with tabs #178
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rolka on GitHub (Jun 13, 2017).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/52
Hi, I ran this: php dbdiff server1.db1:server1.db2 and got an error about indentation with tabs
How can I fix this?
@jasdeepkhalsa commented on GitHub (Jun 13, 2017):
Try removing any tabs you might have in your
.dbdifffile. If you can't see tabs, use an editor which allows you to see hidden characters like spaces (Atom is a good editor with theToggle Invisiblesoption)