Skip to content

Commit bd02030

Browse files
committed
Use the right namespace when doing the slack channel/user import
1 parent 9dc2a2c commit bd02030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sync_logs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SOCKET_REPL="nc -N localhost 50505"
66

77
{
88
echo "(require 'clojurians-log.repl)"
9-
echo "(load-slack-data!)"
9+
echo "(clojurians-log.repl/load-slack-data!)"
1010
} | $SOCKET_REPL
1111

1212
cd /var/clojure_app/logs

0 commit comments

Comments
 (0)