Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 7522321

Browse files
committed
fix variable
1 parent a4de9a8 commit 7522321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-ec2-ssh.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use your IAM user's public SSH key to get access via SSH to an EC2 instance.
2424

2525

2626
%prep
27-
%setup -q -n %{name}-${suffix}
27+
%setup -q -n %{name}-%{suffix}
2828

2929

3030
%build

0 commit comments

Comments
 (0)