Changeset - c128dcdd7ff9
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-06-29 17:36:46
branko@majic.rs
Noticket: Fix use of static value in Factorio Manager for referencing instance.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
games/factorio_manager.sh
Show inline comments
 
@@ -1502,7 +1502,7 @@ elif [[ $command == info ]]; then
 
    echo
 

	
 
    # Call self for displaying list of backups. Better than duplicating code.
 
    "$program" list-backups testing | sed -e "s/^Available backups for instance.*/Available backups:/"
 
    "$program" list-backups "$instance" | sed -e "s/^Available backups for instance.*/Available backups:/"
 

	
 

	
 
#========#
0 comments (0 inline, 0 general)