1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 09:44:59 +01:00

Add overlay2 as a valid option in atomic storage modify autocomplete.

Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>

Closes: #914
Approved by: rhatdan
This commit is contained in:
Shishir Mahajan
2017-02-26 12:55:59 -05:00
committed by Atomic Bot
parent 7047b63d2b
commit 5a0138b1bf

View File

@@ -1305,7 +1305,7 @@ _atomic_storage_modify() {
;;
--driver)
COMPREPLY=( $( compgen -W "devicemapper overlay" -- "$cur" ) )
COMPREPLY=( $( compgen -W "devicemapper overlay overlay2" -- "$cur" ) )
return 0
;;
esac