summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/format.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/fmt_ga/format.py')
-rw-r--r--obnamlib/fmt_ga/format.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/format.py b/obnamlib/fmt_ga/format.py
index 7fd3b83f..046187a8 100644
--- a/obnamlib/fmt_ga/format.py
+++ b/obnamlib/fmt_ga/format.py
@@ -19,9 +19,12 @@
import obnamlib
+GREEN_ALBATROSS_VERSION = 'green-albatross-20160718'
+
+
class RepositoryFormatGA(obnamlib.RepositoryDelegator):
- format = 'green-albatross'
+ format = GREEN_ALBATROSS_VERSION
def __init__(self, **kwargs):
obnamlib.RepositoryDelegator.__init__(self, **kwargs)