Skip to content

Commit

Permalink
Merge pull request #4165 from liewegas/wip-post-file
Browse files Browse the repository at this point in the history
qa/workunits/post-file.sh: s/base-files/aclocal/
  • Loading branch information
liewegas committed Apr 23, 2015
2 parents 74b36c4 + 52235e3 commit 66e90d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/post-file.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -ex

what="$1"
[ -z "$what" ] && what=/usr/share/base-files
[ -z "$what" ] && what=/etc/default
ceph-post-file -d ceph-test-workunit $what

echo OK

0 comments on commit 66e90d0

Please sign in to comment.