diff options
author | tv <tv@krebsco.de> | 2023-06-20 23:39:55 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-06-20 23:39:55 +0200 |
commit | 83fba08b6edfaea68c6b6571391eaf045c57d3f3 (patch) | |
tree | b5601de8e05df8f490ad89ce12d4cb203c943124 /bin/snatch-instance | |
parent | c258706c0313e2014b4df1ca9b282062382b9e32 (diff) |
snatch-instance: fix typo
Diffstat (limited to 'bin/snatch-instance')
-rwxr-xr-x | bin/snatch-instance | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snatch-instance b/bin/snatch-instance index f4f051c..d131294 100755 --- a/bin/snatch-instance +++ b/bin/snatch-instance @@ -174,7 +174,7 @@ main() {( echo "$0: source_id: $conf_source_id" >&2 if test -n "$param_subnet_id"; then - subnet_id=$param_subnet_id + conf_subnet_id=$param_subnet_id else conf_subnet_id=$( export response="$( |