Skip to content

Commit

Permalink
Fix id of design documents
Browse files Browse the repository at this point in the history
  • Loading branch information
martiell committed Nov 25, 2020
1 parent 2230b78 commit efdd9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion couch-rpz/push
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -n "$couchdb_user" ] && [ -n "$couchdb_password" ]; then
remote="${proto}://${couchdb_user}:${couchdb_password}@${rest}"
fi
echo "Updating design document."
couchapp push --docid _design/publish "$remote"
couchapp push --docid _design/rpz "$remote"
echo "Updating security document."
curl \
-X PUT \
Expand Down
2 changes: 1 addition & 1 deletion couch/push
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -n "$couchdb_user" ] && [ -n "$couchdb_password" ]; then
remote="${proto}://${couchdb_user}:${couchdb_password}@${rest}"
fi
echo "Updating design document."
couchapp push --docid _design/publish "$remote"
couchapp push --docid _design/ons "$remote"
echo "Updating security document."
curl \
-X PUT \
Expand Down

0 comments on commit efdd9e5

Please sign in to comment.