Skip to content

Commit 0eca0e2

Browse files
committed
Close nc connection so the REPL starts doing stuff
1 parent 1d00a94 commit 0eca0e2

File tree

1 file changed

+1
-1
lines changed
  • clojurians_log/playbooks/roles/plexus.clojurians-log/tasks

1 file changed

+1
-1
lines changed

clojurians_log/playbooks/roles/plexus.clojurians-log/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
tags: git-checkout
6565

6666
- name: Import logs
67-
command: "nc localhost {{ clojure_socket_repl_port }} < {{ clojure_app_app_dir }}/repl/production_import.clj > {{ clojure_app_app_dir }}/initial_import.txt"
67+
command: "nc -N localhost {{ clojure_socket_repl_port }} < {{ clojure_app_app_dir }}/repl/production_import.clj > {{ clojure_app_app_dir }}/initial_import.txt"
6868
args:
6969
creates: "{{ clojure_app_app_dir }}/initial_import.txt"

0 commit comments

Comments
 (0)