summaryrefslogtreecommitdiffstats
path: root/dev-shell
diff options
context:
space:
mode:
Diffstat (limited to 'dev-shell')
-rwxr-xr-xdev-shell4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-shell b/dev-shell
index 920066b..7eba7ab 100755
--- a/dev-shell
+++ b/dev-shell
@@ -80,7 +80,7 @@ EOF
PS1="$ACF_USER@acf2-dev-shell${ACF_TXN_ID:+($ACF_TXN_ID)}> "
function start {
- _acf_start_req / Transaction-ID TXN_ID -X POST
+ _acf_start_req /transaction Transaction-ID TXN_ID -X POST
}
function meta {
@@ -115,7 +115,7 @@ EOF
function commit {
if [ "$ACF_TXN_ID" ]; then
- if _acf_req / -X PUT; then
+ if _acf_req /transaction -X PUT; then
echo Committed >&2
exit 1
fi