fix snapshot create

This commit is contained in:
Kay0u 2024-03-15 09:54:23 +01:00
parent 03de0719dc
commit dcf9fd434e
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -99,7 +99,7 @@ create_snapshot()
local snapshot=$3 local snapshot=$3
# Create snapshot # Create snapshot
incus snapshot "$instance_to_publish" "$ynh_version-$snapshot" --reuse incus snapshot create "$instance_to_publish" "$ynh_version-$snapshot" --reuse
} }
restore_snapshot() restore_snapshot()