Skip to content

Commit 9eb6489

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Use proper sed separator for paths"
2 parents 47b7b84 + 7191c5e commit 9eb6489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ rm -Rf $DEST/async
185185
# Clean any safe.directory items we wrote into the global
186186
# gitconfig. We can identify the relevant ones by checking that they
187187
# point to somewhere in our $DEST directory.
188-
sudo sed -i "/directory=${DEST}/ d" /etc/gitconfig
188+
sudo sed -i "\+directory = ${DEST}+ d" /etc/gitconfig

0 commit comments

Comments
 (0)