File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ branches from the remote, ``cleanup``:
83
83
All done!
84
84
85
85
Tell everyone to run `git fetch --prune` to sync with this remote.
86
- (you don't have to, your's is synced)
86
+ (you don't have to, yours is synced)
87
87
88
88
*Note: this can take a little time, it's talking over the tubes to the remote. *
89
89
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def _sweep(self):
132
132
sys .stdout .write ('\n All done!\n ' )
133
133
sys .stdout .write ('\n Tell everyone to run `git fetch --prune` '
134
134
'to sync with this remote.\n ' )
135
- sys .stdout .write ('(you don\' t have to, your \' s is synced)' )
135
+ sys .stdout .write ('(you don\' t have to, yours is synced)\n ' )
136
136
else :
137
137
sys .stdout .write ('\n OK, aborting.' )
138
138
elif ok_to_delete :
You can’t perform that action at this time.
0 commit comments