Skip to content

Commit 40c1e15

Browse files
committed
Fix syntax error in ghe-restore
1 parent e77921a commit 40c1e15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/ghe-restore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ ghe_remote_version_required "$host"
7676
# dna.json file. If not, enable restoring settings and license in addition
7777
# to primary datastores.
7878
if ! $clean_restore &&
79-
! ghe-ssh "$host" -- "test -f '$GHE_REMOTE_DATA_DIR/enterprise/dna.json -o \
80-
-f '$GHE_REMOTE_DATA_USER_DIR/common/dna.json'"; then
79+
! ghe-ssh "$host" -- "test -f '$GHE_REMOTE_DATA_DIR/enterprise/dna.json' -o \
80+
-f '$GHE_REMOTE_DATA_USER_DIR/common/dna.json'"; then
8181
clean_restore=true
8282
fi
8383

0 commit comments

Comments
 (0)