Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Aug 17, 2022
1 parent 71896ea commit 187aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ csource="${BASH_SOURCE[0]}"
while [ -h "$csource" ] ; do csource="$(readlink "$csource")"; done
root="$( cd -P "$( dirname "$csource" )/../" && pwd )"

. "${root}/deps.sh"
. "${root}/substrate/deps.sh"

#### Software dependencies

Expand Down

0 comments on commit 187aacd

Please sign in to comment.