chdir, not cwd
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
af2f786498
commit
668c8bd5d9
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@
|
|||
- fedmsg2statsd
|
||||
|
||||
- name: Start a cabal sandbox
|
||||
shell: cwd=/opt/fedmsg2statsd cabal sandbox init
|
||||
shell: chdir=/opt/fedmsg2statsd cabal sandbox init
|
||||
tags:
|
||||
- fedmsg2statsd
|
||||
|
||||
- name: Install fedmsg2statsd in the sandbox
|
||||
shell: cwd=/opt/fedmsg2statsd cabal install
|
||||
shell: chdir=/opt/fedmsg2statsd cabal install
|
||||
tags:
|
||||
- fedmsg2statsd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue