Skip to content

Commit afab5d1

Browse files
committed
fixes indent
1 parent 0ee394e commit afab5d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ case "${command}" in
6969
startingContainers;
7070
;;
7171
"hello-world")
72-
export $(cat .env | grep "#" -v)
72+
export $(cat .env | grep "#" -v)
7373
stoppingContainers;
7474
echo -e "Starting containers: - \033[1;35mKurento\033[0m and \033[1mKurento-Examples (hello-world)\033[0m"
7575
${dockerCmd} -f docker-compose/kurento.yml up -d --remove-orphans

0 commit comments

Comments
 (0)