Skip to content

Commit

Permalink
Fix critical mistake in update_base.sh
Browse files Browse the repository at this point in the history
This is what I get for rushing things
  • Loading branch information
OKaluza committed Sep 8, 2023
1 parent 1709a34 commit 167ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -p docker-stacks-foundation
wget ${SRC}docker-stacks-foundation/Dockerfile -O docker-stacks-foundation/Dockerfile
wget ${SRC}docker-stacks-foundation/fix-permissions -O docker-stacks-foundation/fix-permissions
wget ${SRC}docker-stacks-foundation/initial-condarc -O docker-stacks-foundation/initial-condarc
wget ${SRC}docker-stacks-foundation/start.sh -O docker-stacks-foundation/run-hooks.sh
wget ${SRC}docker-stacks-foundation/run_hooks.sh -O docker-stacks-foundation/run-hooks.sh
wget ${SRC}docker-stacks-foundation/start.sh -O docker-stacks-foundation/start.sh

rm -rf base-notebook
Expand Down

0 comments on commit 167ed77

Please sign in to comment.