Skip to content

Commit

Permalink
Removed useless quotes in Bash command substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jan 20, 2024
1 parent 6844bae commit 277a256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|
return 1; fi
}
codename="$(grep VERSION_CODENAME /etc/os-release | cut -d= -f2)"
codename=$(grep VERSION_CODENAME /etc/os-release | cut -d= -f2)
apt-get update; apt-get install -y curl gnupg linux-headers-generic
Expand Down

0 comments on commit 277a256

Please sign in to comment.