Skip to content

Commit

Permalink
fix(workflows/dargstack): adapt new source path
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 28, 2020
1 parent c236561 commit 2cc78cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dargstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: dargstack derive
run: |
mkdir ~/scripts/
wget "https://raw.githubusercontent.com/dargmuesli/dargstack/master/dargstack" -O ~/scripts/dargstack
wget "https://raw.githubusercontent.com/dargmuesli/dargstack/master/src/dargstack" -O ~/scripts/dargstack
chmod +x ~/scripts/dargstack
~/scripts/dargstack derive

0 comments on commit 2cc78cc

Please sign in to comment.