aboutsummaryrefslogtreecommitdiffstats
path: root/roles/photostructure/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/photostructure/templates')
-rw-r--r--roles/photostructure/templates/opt/photostructure/photostructure-update.sh.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/photostructure/templates/opt/photostructure/photostructure-update.sh.j2 b/roles/photostructure/templates/opt/photostructure/photostructure-update.sh.j2
index 114a145..7afa114 100644
--- a/roles/photostructure/templates/opt/photostructure/photostructure-update.sh.j2
+++ b/roles/photostructure/templates/opt/photostructure/photostructure-update.sh.j2
@@ -20,8 +20,8 @@ cd "$SRCDIR"
as-photostructure git fetch
-local_rev=$(git rev-parse HEAD)
-upstream_rev=$(git rev-parse '@{u}')
+local_rev=$(as-photostructure git rev-parse HEAD)
+upstream_rev=$(as-photostructure git rev-parse '@{u}')
echo "local: $local_rev"
echo "upstream: $upstream_rev"