Skip to content

Commit

Permalink
just
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Nov 8, 2024
1 parent 5acf15a commit fa12804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ init services="db": _pre-init
mkdir -p priv/static/data
mkdir -p extensions/
mkdir -p forks/
chmod 644 .erlang.cookie
touch .erlang.cookie && chmod 644 .erlang.cookie

_ln-spark-deps:
cd config && (find ../extensions/bonfire/ -type f -name "deps.*" -exec ln -sfn {} ./ \; || find ../deps/bonfire/ -type f -name "deps.*" -exec ln -sfn {} ./ \; || echo "Could not symlink the bonfire deps") && ls -la ./
Expand Down

0 comments on commit fa12804

Please sign in to comment.