Skip to content

Commit

Permalink
Fixed --list-current-files. Closes thornomadGH-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
thornomad committed Apr 5, 2010
1 parent 92bb5fb commit 1d19a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dt-s3-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ elif [ "$1" = "--restore-file" ]; then
INCLUDE="--file-to-restore ${FILE_TO_RESTORE}"
duplicity_backup

elif [ "$1" = "--list-files" ]; then
elif [ "$1" = "--list-current-files" ]; then
check_variables
OPTION="list-current-files"
${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \
Expand Down

0 comments on commit 1d19a64

Please sign in to comment.