Skip to content

Commit

Permalink
nixos ec2/create-amis.sh: shellcheck: quote state_dir reference
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Oct 30, 2020
1 parent c766921 commit f5994c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/maintainers/scripts/ec2/create-amis.sh
Expand Up @@ -101,7 +101,7 @@ write_state() {
local type=$2
local val=$3

mkdir -p $state_dir
mkdir -p "$state_dir"
echo "$val" > "$state_dir/$state_key.$type"
}

Expand Down

0 comments on commit f5994c2

Please sign in to comment.