From 5a0138b1bf343ddda3595bdeb7e7b41921dd84d1 Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Sun, 26 Feb 2017 12:55:59 -0500 Subject: [PATCH] Add overlay2 as a valid option in atomic storage modify autocomplete. Signed-off-by: Shishir Mahajan Closes: #914 Approved by: rhatdan --- bash/atomic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/atomic b/bash/atomic index 0134d7e..cd486bc 100644 --- a/bash/atomic +++ b/bash/atomic @@ -1305,7 +1305,7 @@ _atomic_storage_modify() { ;; --driver) - COMPREPLY=( $( compgen -W "devicemapper overlay" -- "$cur" ) ) + COMPREPLY=( $( compgen -W "devicemapper overlay overlay2" -- "$cur" ) ) return 0 ;; esac