aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-09-14 16:04:54 -0700
committerMichael Hashizume <michael.hashizume@puppet.com>2023-09-15 11:18:18 -0700
commit65a59a39c353532a1a0c6fdf8dcdcc9d032f6874 (patch)
tree914bdd53b04ac6f3d36353bf92abc5c6922731c8 /.devcontainer
parent6cebc082e7b755fa7669774da62f3f5ac503b516 (diff)
downloadpuppet-augeas_core-65a59a39c353532a1a0c6fdf8dcdcc9d032f6874.tar.gz
puppet-augeas_core-65a59a39c353532a1a0c6fdf8dcdcc9d032f6874.tar.bz2
(PA-5722) Update to PDK template 2.7.5
In preparation for a new release of this module, this PR updates the module from using version 2.7.1 of the PDK template to 2.7.5.
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index fe7a8b1..cdd65d2 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
- "path": "bash",
+ "path": "bash"
}
}
},