Skip to content

Commit 7b0b667

Browse files
committed
- fixed typo
1 parent a218493 commit 7b0b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanitizer/src/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545

4646
if [[ -f "${ROLES_FILE_PATH}" ]]; then
4747
log "Restoring '${ROLES_FILE_PATH}'..."
48-
psql -f "${backup_roles_file}" -U postgres
48+
psql -f "${ROLES_FILE_PATH}" -U postgres
4949
status=$?
5050
if [ "$status" != "0" ];
5151
then

0 commit comments

Comments
 (0)