We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc2a2c commit bd02030Copy full SHA for bd02030
bin/sync_logs
@@ -6,7 +6,7 @@ SOCKET_REPL="nc -N localhost 50505"
6
7
{
8
echo "(require 'clojurians-log.repl)"
9
- echo "(load-slack-data!)"
+ echo "(clojurians-log.repl/load-slack-data!)"
10
} | $SOCKET_REPL
11
12
cd /var/clojure_app/logs
0 commit comments