Skip to content

Commit

Permalink
fix azure-cli-persistence folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji committed May 10, 2024
1 parent 97c3cf3 commit be966c8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**NOTE:** This is a fork of [stuartleeks/azure-cli-persistence](https://github.com/stuartleeks/dev-container-features/tree/main/src/azure-cli-persistence).

## OS and Architecture Support

Architectures: `amd` and `arm`
Expand All @@ -8,9 +10,9 @@ Shells: `bash`, `zsh`, `fish`

## Changelog

| Version | Notes |
| ------- | ----------------------------------------------- |
| 0.0.1 | Initial Version |
| Version | Notes |
| ------- | --------------- |
| 0.0.1 | Initial Version |

## References

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
],
"onCreateCommand": {
"azure-cli-persistence-setup": "/usr/local/share/azure-cli-persistence/scripts/oncreate.sh"
"azure-cli-persistence-setup": "/usr/local/share/azure-cli-persistence-forked/scripts/oncreate.sh"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

USERNAME=${USERNAME:-${_REMOTE_USER}}
FEATURE_ID="azure-cli-persistence"
FEATURE_ID="azure-cli-persistence-forked"
LIFECYCLE_SCRIPTS_DIR="/usr/local/share/${FEATURE_ID}/scripts"

set -e
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18",
"features": {
"ghcr.io/devcontainers/features/azure-cli": {},
"azure-cli-persistence": {}
"azure-cli-persistence-forked": {}
}
},
"zsh_shell": {
Expand All @@ -13,23 +13,23 @@
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/azure-cli": {},
"azure-cli-persistence": {}
"azure-cli-persistence-forked": {}
}
},
"fish_shell": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
"ghcr.io/devcontainers/features/azure-cli": {},
"azure-cli-persistence": {}
"azure-cli-persistence-forked": {}
}
},
"root_user": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/devcontainers/features/azure-cli": {},
"azure-cli-persistence": {}
"azure-cli-persistence-forked": {}
},
"remoteUser": "root"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit be966c8

Please sign in to comment.