From c3c6d9834ac10caf402222ac6d04a130df5bfbbc Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 14 Feb 2014 15:21:25 +0000 Subject: HACK to baserock-system-config-sync to make the tests works --- baserock-system-config-sync/baserock-system-config-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baserock-system-config-sync/baserock-system-config-sync b/baserock-system-config-sync/baserock-system-config-sync index b704f59..e768a3a 100755 --- a/baserock-system-config-sync/baserock-system-config-sync +++ b/baserock-system-config-sync/baserock-system-config-sync @@ -177,7 +177,7 @@ if [ "$1" = "merge" ]; then usage "$0" fi new_version="$2" - old_version=$(snapshot-mgr get-running) + old_version=$(snapshot-mgr get-default) mounting_point=$(mktemp -d) "$mounting_script" "$mounting_point" if [ ! -d "$mounting_point/systems/$new_version" ]; then -- cgit v1.2.1