Skip to content

Commit 337057a

Browse files
author
Tobias Wojtylak
committed
fixed indentation for execute_in_docker
1 parent bb5efa2 commit 337057a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sdPlugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function remove_plugin {
6666
}
6767

6868
function execute_in_docker {
69-
docker exec --workdir ${WORK_DIR} -it ${PHP_CONTAINER_NAME} $1
69+
docker exec --workdir ${WORK_DIR} -it ${PHP_CONTAINER_NAME} $1
7070
}
7171

7272
## start of the real program

0 commit comments

Comments
 (0)