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:
committed by
Atomic Bot
parent
7047b63d2b
commit
5a0138b1bf
@@ -1305,7 +1305,7 @@ _atomic_storage_modify() {
|
||||
;;
|
||||
|
||||
--driver)
|
||||
COMPREPLY=( $( compgen -W "devicemapper overlay" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "devicemapper overlay overlay2" -- "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user