Skip to content

Commit

Permalink
postgres-plugin: accept PR comments
Browse files Browse the repository at this point in the history
Typo

Co-Authored-By: Frank Ueberschar <frank.ueberschar@bareos.com>
  • Loading branch information
aussendorf and franku committed May 4, 2020
1 parent 556cb0d commit 02a9f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/filed/BareosFdPluginPostgres.py
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# BAREOS - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2014-2014 Bareos GmbH & Co. KG
# Copyright (C) 2014-2020 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
Expand Down Expand Up @@ -64,7 +64,7 @@ def __init__(self, context, plugindef):
self.dbCursor = None
# Additional db options for psycopg2 connectino
self.dbOpts = ""
# This will be set to True between SELCET pg_start_backup
# This will be set to True between SELECT pg_start_backup
# and SELECT pg_stop_backup. We backup database file during
# this time
self.PostgressFullBackupRunning = False
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/filed/bareos-fd-postgres.py
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# BAREOS - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2014-2014 Bareos GmbH & Co. KG
# Copyright (C) 2014-2020 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
Expand Down

0 comments on commit 02a9f4d

Please sign in to comment.