Skip to content

Commit b54cc13

Browse files
committed
Fix symlink
1 parent f1ffde3 commit b54cc13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/before_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: before_install.sh
5-
# Time-stamp: <2018-02-15 14:15:57>
5+
# Time-stamp: <2018-02-15 14:26:31>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -24,4 +24,4 @@ else
2424
sudo docker pull ${DISTRIBUTION}:${DIST_VERSION}
2525
fi
2626

27-
sudo ln -s ${PWD} /etc/ansible/roles/greendayonfire.mongodb
27+
ln -s ${PWD} tests/greendayonfire.mongodb

0 commit comments

Comments
 (0)